We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbe67bc + 0f8b862 commit ec15630Copy full SHA for ec15630
book/src/development/adding_lints.md
@@ -261,7 +261,7 @@ impl EarlyLintPass for FooFunctions {}
261
[declare_clippy_lint]: https://github.com/rust-lang/rust-clippy/blob/557f6848bd5b7183f55c1e1522a326e9e1df6030/clippy_lints/src/lib.rs#L60
262
[example_lint_page]: https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
263
[lint_naming]: https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints
264
-[category_level_mapping]: https://github.com/rust-lang/rust-clippy/blob/557f6848bd5b7183f55c1e1522a326e9e1df6030/clippy_lints/src/lib.rs#L110
+[category_level_mapping]: ../index.html
265
266
## Lint registration
267
0 commit comments