Skip to content

Commit 4e4b831

Browse files
committed
fix msrv in test
1 parent cd087e5 commit 4e4b831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/min_rust_version_no_patch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![allow(clippy::redundant_clone)]
22
#![feature(custom_inner_attributes)]
3-
#![clippy::msrv = "^1.0"]
3+
#![clippy::msrv = "1.0"]
44

55
fn manual_strip_msrv() {
66
let s = "hello, world!";

0 commit comments

Comments
 (0)