X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftools%2Fclippy%2FREADME.md;h=81254ba8b8b8f7faf163e4be75172a847cfceb4a;hb=442f997f98ac9f16f60ba3a7109f884dbf8d370c;hp=f74de7de42b8b0d20d5c59b2d71cace4f776c7e6;hpb=69df0f2c2f665d7f4e38a3579a81d4efc0d81034;p=rust.git diff --git a/src/tools/clippy/README.md b/src/tools/clippy/README.md index f74de7de42b..81254ba8b8b 100644 --- a/src/tools/clippy/README.md +++ b/src/tools/clippy/README.md @@ -197,8 +197,8 @@ disallowed-names = ["toto", "tata", "titi"] cognitive-complexity-threshold = 30 ``` -See the [list of lints](https://rust-lang.github.io/rust-clippy/master/index.html) for more information about which -lints can be configured and the meaning of the variables. +See the [list of configurable lints](https://rust-lang.github.io/rust-clippy/master/index.html#Configuration), +the lint descriptions contain the names and meanings of these configuration variables. > **Note** > @@ -224,7 +224,7 @@ in the `Cargo.toml` can be used. rust-version = "1.30" ``` -The MSRV can also be specified as an inner attribute, like below. +The MSRV can also be specified as an attribute, like below. ```rust #![feature(custom_inner_attributes)]