1
Fork 0

Replace usages of 'bad_style' with 'nonstandard_style'.

`bad_style` is being deprecated in favor of `nonstandard_style`:

- https://github.com/rust-lang/rust/issues/41646
This commit is contained in:
Corey Farwell 2018-08-29 08:21:01 -05:00
parent ca0de63898
commit e477a13d63
31 changed files with 52 additions and 52 deletions

View file

@ -75,7 +75,7 @@ pub static THIS_STATIC: usize = 5usize;
pub trait SoAmbiguous {}
#[allow(bad_style)]
#[allow(nonstandard_style)]
pub fn SoAmbiguous() {}