We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f5d69 commit 4cb6d1cCopy full SHA for 4cb6d1c
src/libcore/tests/lib.rs
@@ -32,7 +32,7 @@
32
#![feature(slice_partition_dedup)]
33
#![feature(copy_within)]
34
#![feature(int_error_matching)]
35
-#![deny(rust_2018_idioms)]
+#![warn(rust_2018_idioms)]
36
37
extern crate test;
38
0 commit comments