File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -77,21 +77,6 @@ Users which do want debuginfo can explicitly enable it with the
7777[ debug] ( https://doc.rust-lang.org/stable/cargo/reference/profiles.html#debug )
7878flag in the relevant Cargo profile.
7979
80- ### Clippy adds a new ` incompatible_msrv ` lint
81-
82- The Rust project only supports the latest stable release of Rust. Some
83- libraries aim to have an older minimum supported Rust version (MSRV), typically
84- verifying this support by compiling in CI with an older release. However, when
85- developing new code, it's convenient to use latest documentation and the latest
86- toolchain with fixed bugs, performance improvements, and other improvements.
87- This can make it easy to accidentally start using an API that's only available
88- on newer versions of Rust.
89-
90- Clippy has added a new lint, [ ` incompatible_msrv ` ] ( https://rust-lang.github.io/rust-clippy/master/index.html#/incompatible_msrv ) ,
91- which will inform users if functionality being referenced is only available on
92- newer versions than their
93- [ declared MSRV] ( https://github.com/rust-lang/rust-clippy/?tab=readme-ov-file#specifying-the-minimum-supported-rust-version ) .
94-
9580### Stabilized APIs
9681
9782- [ ` array::each_ref ` ] ( https://doc.rust-lang.org/stable/std/primitive.array.html#method.each_ref )
You can’t perform that action at this time.
0 commit comments