We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf83ca commit 428ce12Copy full SHA for 428ce12
tests/ui/min_rust_version_no_patch.rs
@@ -1,6 +1,6 @@
1
#![allow(clippy::redundant_clone)]
2
#![feature(custom_inner_attributes)]
3
-#![clippy::msrv = "^1.0"]
+#![clippy::msrv = "1.0"]
4
5
fn manual_strip_msrv() {
6
let s = "hello, world!";
0 commit comments