]> git.lizzy.rs Git - rust.git/blobdiff - README.md
Auto merge of #10159 - khuey:iter_kv_map_ref_mut, r=llogiq
[rust.git] / README.md
index 1c199d57f5143feee5f05b8c8896870382a2b6aa..81254ba8b8b8f7faf163e4be75172a847cfceb4a 100644 (file)
--- a/README.md
+++ b/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**
 >