]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin_impl/lib.rs
Rollup merge of #68438 - Aaron1011:fix/tait-non-defining, r=estebank
[rust.git] / src / librustc_plugin_impl / lib.rs
index 5c4ea39aecc927c345c970dd63c1442ef8383717..10712eb60b9e3bf21de86462d15a5f884b806c86 100644 (file)
@@ -7,10 +7,9 @@
 //! of the Unstable Book for some examples.
 
 #![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
-
 #![feature(nll)]
 
-use rustc::lint::LintStore;
+use rustc_lint::LintStore;
 
 pub mod build;
 pub mod load;