]> git.lizzy.rs Git - rust.git/blobdiff - book/src/configuration.md
Auto merge of #10007 - Jarcho:issue_10005, r=giraffate
[rust.git] / book / src / configuration.md
index 5419eb5c21dcd05ba33f46084363f12cd123e5b2..430ff8b739ae861785c528b749728a199f6ee72c 100644 (file)
@@ -11,8 +11,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.
 
 To deactivate the "for further information visit *lint-link*" message you can define the `CLIPPY_DISABLE_DOCS_LINKS`
 environment variable.