]> git.lizzy.rs Git - rust.git/blobdiff - src/lib.rs
Auto merge of #3646 - matthiaskrgr:travis, r=phansch
[rust.git] / src / lib.rs
index bfa44d08703c6eceebf62abf539cc5d0d0208520..be0c10c8ff2052e394186b01babc17271c52c60f 100644 (file)
@@ -1,14 +1,14 @@
 // error-pattern:cargo-clippy
 #![feature(plugin_registrar)]
 #![feature(rustc_private)]
-#![feature(tool_lints)]
-#![allow(unknown_lints)]
 #![allow(clippy::missing_docs_in_private_items)]
 #![warn(rust_2018_idioms)]
 
 // FIXME: switch to something more ergonomic here, once available.
 // (currently there is no way to opt into sysroot crates w/o `extern crate`)
 #[allow(unused_extern_crates)]
+extern crate rustc_driver;
+#[allow(unused_extern_crates)]
 extern crate rustc_plugin;
 use self::rustc_plugin::Registry;