diff options
| -rw-r--r-- | book/src/development/adding_lints.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/development/adding_lints.md b/book/src/development/adding_lints.md index 1803fc2d2f3..e79e5e75cd1 100644 --- a/book/src/development/adding_lints.md +++ b/book/src/development/adding_lints.md @@ -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` |
