We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78550b commit e301d7cCopy full SHA for e301d7c
src/librustc/middle/infer/unify.rs
@@ -12,7 +12,7 @@ pub use self::VarValue::*;
12
13
use std::marker;
14
15
-use middle::ty::{expected_found, IntVarValue};
+use middle::ty::{IntVarValue};
16
use middle::ty::{self, Ty};
17
use std::fmt::Debug;
18
use std::marker::PhantomData;
0 commit comments