Skip to content

Commit

Permalink
cleanup imports for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed May 31, 2016
1 parent 5368432 commit 6751d68
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/librustc/traits/project.rs
Expand Up @@ -24,13 +24,14 @@ use super::VtableImplData;
use super::util;

use hir::def_id::DefId;
use infer::{self, InferOk, TypeOrigin};
use ty::subst::Subst;
use ty::{self, ToPredicate, ToPolyTraitRef, Ty, TyCtxt};
use ty::fold::{TypeFoldable, TypeFolder};
use infer::{InferOk, TypeOrigin};
use rustc_data_structures::snapshot_map::{Snapshot, SnapshotMap};
use std::env;
use syntax::parse::token;
use syntax::ast;
use ty::subst::Subst;
use ty::{self, ToPredicate, ToPolyTraitRef, Ty, TyCtxt};
use ty::fold::{TypeFoldable, TypeFolder};
use util::common::FN_OUTPUT_NAME;

use std::rc::Rc;
Expand Down

0 comments on commit 6751d68

Please sign in to comment.