Navigation Menu

Skip to content

Commit

Permalink
deny -> warn
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 23, 2019
1 parent 31f5d69 commit 4cb6d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/tests/lib.rs
Expand Up @@ -32,7 +32,7 @@
#![feature(slice_partition_dedup)] #![feature(slice_partition_dedup)]
#![feature(copy_within)] #![feature(copy_within)]
#![feature(int_error_matching)] #![feature(int_error_matching)]
#![deny(rust_2018_idioms)] #![warn(rust_2018_idioms)]


extern crate test; extern crate test;


Expand Down

0 comments on commit 4cb6d1c

Please sign in to comment.