File tree 1 file changed +0
-15
lines changed
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
77
77
[ debug] ( https://doc.rust-lang.org/stable/cargo/reference/profiles.html#debug )
78
78
flag in the relevant Cargo profile.
79
79
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
-
95
80
### Stabilized APIs
96
81
97
82
- [ ` 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