mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Add msrv to contents in adding lints md
This commit is contained in:
parent
d02ca3b81b
commit
06fe44e721
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ because that's clearly a non-descriptive name.
|
||||||
- [Lint passes](#lint-passes)
|
- [Lint passes](#lint-passes)
|
||||||
- [Emitting a lint](#emitting-a-lint)
|
- [Emitting a lint](#emitting-a-lint)
|
||||||
- [Adding the lint logic](#adding-the-lint-logic)
|
- [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)
|
- [Author lint](#author-lint)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
- [Running rustfmt](#running-rustfmt)
|
- [Running rustfmt](#running-rustfmt)
|
||||||
|
|
Loading…
Reference in a new issue