mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Add documentation update hint
This adds a hint to update the documentation in the book after changing the lint configuration
This commit is contained in:
parent
c24784ed81
commit
c18e6abdca
1 changed files with 2 additions and 0 deletions
|
@ -518,6 +518,8 @@ define_Conf! {
|
|||
|
||||
[`clippy_config::msrvs`]: https://doc.rust-lang.org/nightly/nightly-rustc/clippy_config/msrvs/index.html
|
||||
|
||||
Afterwards update the documentation for the book as described in [Adding configuration to a lint](#adding-configuration-to-a-lint).
|
||||
|
||||
## Author lint
|
||||
|
||||
If you have trouble implementing your lint, there is also the internal `author`
|
||||
|
|
Loading…
Reference in a new issue