Skip to content

Commit 4cb6d1c

Browse files
committed
deny -> warn
1 parent 31f5d69 commit 4cb6d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libcore/tests/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#![feature(slice_partition_dedup)]
3333
#![feature(copy_within)]
3434
#![feature(int_error_matching)]
35-
#![deny(rust_2018_idioms)]
35+
#![warn(rust_2018_idioms)]
3636

3737
extern crate test;
3838

0 commit comments

Comments
 (0)