about summary refs log tree commit diff
path: root/src/librustc_plugin_impl/load.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_plugin_impl/load.rs')
-rw-r--r--src/librustc_plugin_impl/load.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_plugin_impl/load.rs b/src/librustc_plugin_impl/load.rs
index 9bd9bcb25ba..0810cf56d17 100644
--- a/src/librustc_plugin_impl/load.rs
+++ b/src/librustc_plugin_impl/load.rs
@@ -2,10 +2,10 @@
 
 use crate::Registry;
 use rustc::middle::cstore::MetadataLoader;
-use rustc::session::Session;
 use rustc_ast::ast::{Crate, Ident};
 use rustc_errors::struct_span_err;
 use rustc_metadata::locator;
+use rustc_session::Session;
 use rustc_span::symbol::sym;
 use rustc_span::Span;