]> git.lizzy.rs Git - rust.git/commitdiff
deny -> warn
authorRalf Jung <post@ralfj.de>
Tue, 23 Apr 2019 15:51:10 +0000 (17:51 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 23 Apr 2019 15:51:10 +0000 (17:51 +0200)
src/libcore/tests/lib.rs

index 2e4a8a15d208874d21cfc87d25a8fe328ea193d3..f168458bff1d22e1e56388e5b41c3c5d1b61cc3b 100644 (file)
@@ -32,7 +32,7 @@
 #![feature(slice_partition_dedup)]
 #![feature(copy_within)]
 #![feature(int_error_matching)]
-#![deny(rust_2018_idioms)]
+#![warn(rust_2018_idioms)]
 
 extern crate test;