fix msrv in test

This commit is contained in:
Suyash458 2020-11-28 19:54:28 +05:30 committed by suyash458
parent cd087e5c5e
commit 4e4b8319e8

View file

@ -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!";