X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_plugin_impl%2Flib.rs;h=10712eb60b9e3bf21de86462d15a5f884b806c86;hb=143059deafe1e5df3cbbaf4d47f5461af7bcf8c3;hp=682d223f565de3f8ea27b5b55a4e18139bc541ee;hpb=7eb025febf48c294e376cedd4b57865792cefa99;p=rust.git diff --git a/src/librustc_plugin_impl/lib.rs b/src/librustc_plugin_impl/lib.rs index 682d223f565..10712eb60b9 100644 --- a/src/librustc_plugin_impl/lib.rs +++ b/src/librustc_plugin_impl/lib.rs @@ -9,7 +9,7 @@ #![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;