File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -699,6 +699,10 @@ for some users. Adding a configuration is done in the following steps:
699699 ` clippy.toml ` file with the configuration value and a rust file that
700700 should be linted by Clippy. The test can otherwise be written as usual.
701701
702+ 5 . Update [ Lint Configuration] ( ../lint_configuration.md )
703+
704+ Run ` cargo collect-metadata ` to generate documentation changes for the book.
705+
702706[ `clippy_lints::utils::conf` ] : https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/utils/conf.rs
703707[ `clippy_lints` lib file ] : https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/lib.rs
704708[ `tests/ui` ] : https://github.com/rust-lang/rust-clippy/blob/master/tests/ui
You can’t perform that action at this time.
0 commit comments