about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSuyash458 <suyash.behera458@gmail.com>2020-11-28 19:54:28 +0530
committersuyash458 <suyash.behera458@gmail.com>2020-11-28 21:21:04 -0800
commit4e4b8319e83d1ec52253dd33c3d108b96fca9024 (patch)
tree01cbcdbaf5229561a48d6d5e848fafee93abdaa8
parentcd087e5c5e65fa61c0562ceb2d2488f8f5660454 (diff)
downloadrust-4e4b8319e83d1ec52253dd33c3d108b96fca9024.tar.gz
rust-4e4b8319e83d1ec52253dd33c3d108b96fca9024.zip
fix msrv in test
-rw-r--r--tests/ui/min_rust_version_no_patch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/min_rust_version_no_patch.rs b/tests/ui/min_rust_version_no_patch.rs
index 515fe8f95e9..98fffe1e351 100644
--- a/tests/ui/min_rust_version_no_patch.rs
+++ b/tests/ui/min_rust_version_no_patch.rs
@@ -1,6 +1,6 @@
 #![allow(clippy::redundant_clone)]
 #![feature(custom_inner_attributes)]
-#![clippy::msrv = "^1.0"]
+#![clippy::msrv = "1.0"]
 
 fn manual_strip_msrv() {
     let s = "hello, world!";