Remove unused import
This commit is contained in:
parent
e78550bf88
commit
e301d7cab2
@ -12,7 +12,7 @@ pub use self::VarValue::*;
|
||||
|
||||
use std::marker;
|
||||
|
||||
use middle::ty::{expected_found, IntVarValue};
|
||||
use middle::ty::{IntVarValue};
|
||||
use middle::ty::{self, Ty};
|
||||
use std::fmt::Debug;
|
||||
use std::marker::PhantomData;
|
||||
|
Loading…
x
Reference in New Issue
Block a user