Deny rust_2018_idioms globally

This commit is contained in:
Philipp Hansch 2019-04-20 13:45:46 +02:00
parent 7754865892
commit d5d1ee86bb
No known key found for this signature in database
GPG key ID: 82AA61CAA11397E6

View file

@ -308,6 +308,7 @@ fn main() {
{
cmd.arg("-Dwarnings");
cmd.arg("-Dbare_trait_objects");
cmd.arg("-Drust_2018_idioms");
}
if verbose > 1 {