X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_plugin_impl%2Flib.rs;h=10712eb60b9e3bf21de86462d15a5f884b806c86;hb=143059deafe1e5df3cbbaf4d47f5461af7bcf8c3;hp=5c4ea39aecc927c345c970dd63c1442ef8383717;hpb=1303bf2f3cc7f8a60c9b09895e8b0c0fc8f54f75;p=rust.git diff --git a/src/librustc_plugin_impl/lib.rs b/src/librustc_plugin_impl/lib.rs index 5c4ea39aecc..10712eb60b9 100644 --- a/src/librustc_plugin_impl/lib.rs +++ b/src/librustc_plugin_impl/lib.rs @@ -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;