Re-enable deny unused_imports

This commit is contained in:
David Tolnay
2019-02-01 17:56:52 -08:00
parent 1b1d868837
commit 670c179417
+2 -5
View File
@@ -113,11 +113,8 @@
doc_markdown,
)
)]
// Blacklisted Rust lints.
//
// Compiler bug involving unused_imports:
// https://github.com/rust-lang/rust/issues/51661
#![deny(missing_docs, /*unused_imports*/)]
// Rustc lints.
#![deny(missing_docs, unused_imports)]
////////////////////////////////////////////////////////////////////////////////