Skip to content

Commit 480d18c

Browse files
committed
kill some unused imports
1 parent d3d2fc5 commit 480d18c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/librustc/traits/project.rs

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ use super::util;
2626
use hir::def_id::DefId;
2727
use infer::{InferOk, TypeOrigin};
2828
use rustc_data_structures::snapshot_map::{Snapshot, SnapshotMap};
29-
use std::env;
3029
use syntax::parse::token;
3130
use syntax::ast;
3231
use ty::subst::Subst;

src/librustc_typeck/check/compare_method.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
use middle::free_region::FreeRegionMap;
12-
use rustc::infer::{self, InferOk, InferResult, TypeOrigin};
12+
use rustc::infer::{self, InferOk, TypeOrigin};
1313
use rustc::ty;
1414
use rustc::traits::{self, ProjectionMode};
1515
use rustc::ty::subst::{self, Subst, Substs, VecPerParamSpace};

0 commit comments

Comments
 (0)