Skip to content

Commit 6751d68

Browse files
committed
cleanup imports for cache
1 parent 5368432 commit 6751d68

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/librustc/traits/project.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,14 @@ use super::VtableImplData;
2424
use super::util;
2525

2626
use hir::def_id::DefId;
27-
use infer::{self, InferOk, TypeOrigin};
28-
use ty::subst::Subst;
29-
use ty::{self, ToPredicate, ToPolyTraitRef, Ty, TyCtxt};
30-
use ty::fold::{TypeFoldable, TypeFolder};
27+
use infer::{InferOk, TypeOrigin};
3128
use rustc_data_structures::snapshot_map::{Snapshot, SnapshotMap};
29+
use std::env;
3230
use syntax::parse::token;
3331
use syntax::ast;
32+
use ty::subst::Subst;
33+
use ty::{self, ToPredicate, ToPolyTraitRef, Ty, TyCtxt};
34+
use ty::fold::{TypeFoldable, TypeFolder};
3435
use util::common::FN_OUTPUT_NAME;
3536

3637
use std::rc::Rc;

0 commit comments

Comments
 (0)