mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Fix broken link in README
This commit is contained in:
parent
cbd6b7d652
commit
fe7b9e2f6a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Only the following of those categories are enabled by default:
|
|||
|
||||
Other categories need to be enabled in order for their lints to be executed.
|
||||
|
||||
The [lint list]](https://rust-lang.github.io/rust-clippy/master/index.html) also contains "restriction lints", which are for things which are usually not considered "bad", but may be useful to turn on in specific cases. These should be used very selectively, if at all.
|
||||
The [lint list](https://rust-lang.github.io/rust-clippy/master/index.html) also contains "restriction lints", which are for things which are usually not considered "bad", but may be useful to turn on in specific cases. These should be used very selectively, if at all.
|
||||
|
||||
Table of contents:
|
||||
|
||||
|
|
Loading…
Reference in a new issue