mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-16 22:18:40 +00:00
missed another one in the README
This commit is contained in:
parent
d48af43cdf
commit
0b8d323304
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ blacklisted-names = ["toto", "tata", "titi"]
|
|||
cyclomatic-complexity-threshold = 30
|
||||
```
|
||||
|
||||
See the [list of lints](https://rust-lang-nursery.github.io/rust-clippy/master/index.html) for more information about which lints can be configured and the
|
||||
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.
|
||||
|
||||
To deactivate the “for further information visit *lint-link*” message you can
|
||||
|
|
Loading…
Add table
Reference in a new issue