Add back missing import

This commit is contained in:
Fabian Drinck 2019-03-31 12:02:27 +02:00
parent 2ade443040
commit ae6622da58

View file

@ -164,7 +164,7 @@ crate fn environment<'a, 'tcx>(
tcx: TyCtxt<'a, 'tcx, 'tcx>,
def_id: DefId
) -> Environment<'tcx> {
use super::IntoFromEnvGoal;
use super::{Lower, IntoFromEnvGoal};
use rustc::hir::{Node, TraitItemKind, ImplItemKind, ItemKind, ForeignItemKind};
debug!("environment(def_id = {:?})", def_id);