You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/check-cfg/cargo-specifics.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ rustc, not Cargo.
9
9
-->
10
10
11
11
This document is intended to summarize the principal ways Cargo interacts with
12
-
the `unexpected_cfgs` lint and `--check-cfg` flag. It is not intended to provide
13
-
individual details, for that refer to the [`--check-cfg` documentation](../check-cfg.md) and
12
+
the `unexpected_cfgs` lint and `--check-cfg` flag.
13
+
For individual details, refer to the [`--check-cfg` documentation](../check-cfg.md) and
14
14
to the [Cargo book](../../cargo/index.html).
15
15
16
16
> The full list of well known cfgs (aka builtins) can be found under [Checking conditional configurations / Well known names and values](../check-cfg.md#well-known-names-and-values).
0 commit comments