Skip to content

Commit 402907f

Browse files
committed
lowering: rustc::session -> rustc_session
1 parent 69b1e5c commit 402907f

File tree

1 file changed

+0
-2
lines changed
  • src/librustc_ast_lowering

1 file changed

+0
-2
lines changed

src/librustc_ast_lowering/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ use rustc::hir::map::Map;
4040
use rustc::lint;
4141
use rustc::lint::builtin;
4242
use rustc::middle::cstore::CrateStore;
43-
use rustc::session::config::nightly_options;
44-
use rustc::session::Session;
4543
use rustc::{bug, span_bug};
4644
use rustc_data_structures::captures::Captures;
4745
use rustc_data_structures::fx::FxHashSet;

0 commit comments

Comments
 (0)