Skip to content

Commit e301d7c

Browse files
committed
Remove unused import
1 parent e78550b commit e301d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/infer/unify.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub use self::VarValue::*;
1212

1313
use std::marker;
1414

15-
use middle::ty::{expected_found, IntVarValue};
15+
use middle::ty::{IntVarValue};
1616
use middle::ty::{self, Ty};
1717
use std::fmt::Debug;
1818
use std::marker::PhantomData;

0 commit comments

Comments
 (0)