mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-13 08:27:14 +00:00
fix msrv in test
This commit is contained in:
parent
cd087e5c5e
commit
4e4b8319e8
1 changed files with 1 additions and 1 deletions
|
@ -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!";
|
||||
|
|
Loading…
Reference in a new issue