Skip to content

Commit

Permalink
fix msrv in test
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashb95 committed Nov 29, 2020
1 parent cd087e5 commit 4e4b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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!";
Expand Down

0 comments on commit 4e4b831

Please sign in to comment.