Remove lint annotations in specific crates that are already enforced by rustbuild

Remove some random unnecessary lint `allow`s
This commit is contained in:
Vadim Petrochenkov
2019-07-23 20:34:17 +03:00
parent 0cfb2f7fbd
commit 434152157f
119 changed files with 146 additions and 322 deletions

View File

@@ -8,7 +8,6 @@
html_playground_url = "https://play.rust-lang.org/",
test(attr(deny(warnings))))]
#![deny(rust_2018_idioms)]
#![deny(unused_lifetimes)]
#![feature(nll)]