Remove unused import
This commit is contained in:
parent
e78550bf88
commit
e301d7cab2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue