Skip to content

Commit a521445

Browse files
committed
Auto merge of #7003 - giraffate:use_uppercase_for_msrv, r=camsteffen
Use uppercase for MSRV A follow-up of <https://github.com/rust-lang/rust-clippy/pull/6977/files#diff-dac623e7b9c58138761aa527bf5f026bf113cda5b22eea61e655b44dd113389e> changelog: none
2 parents 0e06b3c + 23508a1 commit a521445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/adding_lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ because that's clearly a non-descriptive name.
1818
- [Lint passes](#lint-passes)
1919
- [Emitting a lint](#emitting-a-lint)
2020
- [Adding the lint logic](#adding-the-lint-logic)
21-
- [Specifying the lint's minimum supported Rust version (msrv)](#specifying-the-lints-minimum-supported-rust-version-msrv)
21+
- [Specifying the lint's minimum supported Rust version (MSRV)](#specifying-the-lints-minimum-supported-rust-version-msrv)
2222
- [Author lint](#author-lint)
2323
- [Documentation](#documentation)
2424
- [Running rustfmt](#running-rustfmt)

0 commit comments

Comments
 (0)