Remove lint annotations in specific crates that are already enforced by rustbuild
Remove some random unnecessary lint `allow`s
This commit is contained in:
parent
0cfb2f7fbd
commit
434152157f
119 changed files with 146 additions and 322 deletions
|
@ -5,11 +5,9 @@
|
|||
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
|
||||
|
||||
#![feature(crate_visibility_modifier)]
|
||||
#![allow(unused_attributes)]
|
||||
#![cfg_attr(unix, feature(libc))]
|
||||
#![feature(nll)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![deny(unused_lifetimes)]
|
||||
|
||||
pub use emitter::ColorConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue