Skip to content

Commit c55cadc

Browse files
committed
Auto merge of #9919 - Alexendoo:configuration-link, r=xFrednet
Link to a list of configurable lints in documentation changelog: none
2 parents ef99041 + 28976ce commit c55cadc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ disallowed-names = ["toto", "tata", "titi"]
197197
cognitive-complexity-threshold = 30
198198
```
199199

200-
See the [list of lints](https://rust-lang.github.io/rust-clippy/master/index.html) for more information about which
201-
lints can be configured and the meaning of the variables.
200+
See the [list of configurable lints](https://rust-lang.github.io/rust-clippy/master/index.html#Configuration),
201+
the lint descriptions contain the names and meanings of these configuration variables.
202202

203203
> **Note**
204204
>

book/src/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ disallowed-names = ["toto", "tata", "titi"]
1111
cognitive-complexity-threshold = 30
1212
```
1313

14-
See the [list of lints](https://rust-lang.github.io/rust-clippy/master/index.html) for more information about which
15-
lints can be configured and the meaning of the variables.
14+
See the [list of configurable lints](https://rust-lang.github.io/rust-clippy/master/index.html#Configuration),
15+
the lint descriptions contain the names and meanings of these configuration variables.
1616

1717
To deactivate the "for further information visit *lint-link*" message you can define the `CLIPPY_DISABLE_DOCS_LINKS`
1818
environment variable.

0 commit comments

Comments
 (0)