remove session

This commit is contained in:
Devin R 2020-03-23 22:13:35 -04:00
parent 8ffbf6f94d
commit 1d9e80ad7b

View File

@ -60,7 +60,6 @@ extern crate rustc_trait_selection;
#[allow(unused_extern_crates)]
extern crate rustc_typeck;
use rustc::session::Session;
use rustc_data_structures::fx::FxHashSet;
use rustc_lint::LintId;
use rustc_session::Session;