Skip to content

Commit

Permalink
kill some unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jun 1, 2016
1 parent d3d2fc5 commit 480d18c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/librustc/traits/project.rs
Expand Up @@ -26,7 +26,6 @@ use super::util;
use hir::def_id::DefId;
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;
Expand Down
2 changes: 1 addition & 1 deletion src/librustc_typeck/check/compare_method.rs
Expand Up @@ -9,7 +9,7 @@
// except according to those terms.

use middle::free_region::FreeRegionMap;
use rustc::infer::{self, InferOk, InferResult, TypeOrigin};
use rustc::infer::{self, InferOk, TypeOrigin};
use rustc::ty;
use rustc::traits::{self, ProjectionMode};
use rustc::ty::subst::{self, Subst, Substs, VecPerParamSpace};
Expand Down

0 comments on commit 480d18c

Please sign in to comment.