Skip to content

Commit ba4cbf1

Browse files
authored
Remove incompatible_msrv from 1.77 release. (#1278)
1 parent 405e6a1 commit ba4cbf1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Diff for: posts/2024-03-21-Rust-1.77.0.md

-15
Original file line numberDiff line numberDiff 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)
7878
flag 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)

0 commit comments

Comments
 (0)