Skip to content

Commit ae6622d

Browse files
Add back missing import
1 parent 2ade443 commit ae6622d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_traits/lowering/environment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ crate fn environment<'a, 'tcx>(
164164
tcx: TyCtxt<'a, 'tcx, 'tcx>,
165165
def_id: DefId
166166
) -> Environment<'tcx> {
167-
use super::IntoFromEnvGoal;
167+
use super::{Lower, IntoFromEnvGoal};
168168
use rustc::hir::{Node, TraitItemKind, ImplItemKind, ItemKind, ForeignItemKind};
169169

170170
debug!("environment(def_id = {:?})", def_id);

0 commit comments

Comments
 (0)