Skip to content

Commit 52c1af1

Browse files
Rollup merge of rust-lang#157958 - clubby789:doc-lint-rust-version, r=JonathanBrouwer
doc: Document `-Zlint-rust-version` Followup to rust-lang#157707 Tracking issue: rust-lang#157574 r? JonathanBrouwer
2 parents af10abe + 52b20ab commit 52c1af1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# `lint-rust-version`
2+
3+
The tracking issue for this feature is: [#157574](https://github.com/rust-lang/rust/issues/157574).
4+
5+
------------------------
6+
7+
This feature allows you to specify a minimum Rust version for the crate, which will affect lint
8+
emission. If following a lint suggestion would raise the MSRV above the provided value, it should
9+
not be emitted.

0 commit comments

Comments
 (0)