Auto merge of #6864 - giraffate:fix_doc_adding_a_new_lint, r=Manishearth

Add msrv to contents in adding lints md

changelog: none
This commit is contained in:
bors 2021-03-08 03:54:32 +00:00
commit e6c643f399

View file

@ -18,6 +18,7 @@ because that's clearly a non-descriptive name.
- [Lint passes](#lint-passes)
- [Emitting a lint](#emitting-a-lint)
- [Adding the lint logic](#adding-the-lint-logic)
- [Specifying the lint's minimum supported Rust version (msrv)](#specifying-the-lints-minimum-supported-rust-version-msrv)
- [Author lint](#author-lint)
- [Documentation](#documentation)
- [Running rustfmt](#running-rustfmt)