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.
1 parent dc5ce48 commit d950279Copy full SHA for d950279
book/src/development/adding_lints.md
@@ -699,6 +699,10 @@ for some users. Adding a configuration is done in the following steps:
699
`clippy.toml` file with the configuration value and a rust file that
700
should be linted by Clippy. The test can otherwise be written as usual.
701
702
+5. Update [Lint Configuration](../lint_configuration.md)
703
+
704
+ Run `cargo collect-metadata` to generate documentation changes for the book.
705
706
[`clippy_lints::utils::conf`]: https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/utils/conf.rs
707
[`clippy_lints` lib file]: https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/lib.rs
708
[`tests/ui`]: https://github.com/rust-lang/rust-clippy/blob/master/tests/ui
0 commit comments