Skip to content

Commit 4b47bd4

Browse files
Rollup merge of rust-lang#141596 - tshepang:patch-2, r=Urgau
rustc book: fix erratic sentence by making it more simple
2 parents 6344245 + 0497f31 commit 4b47bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc/src/check-cfg/cargo-specifics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ rustc, not Cargo.
99
-->
1010

1111
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
1414
to the [Cargo book](../../cargo/index.html).
1515

1616
> 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

Comments
 (0)