diff --git a/book/src/development/adding_lints.md b/book/src/development/adding_lints.md index 1803fc2d2f39..e79e5e75cd16 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`