Cleanup code, fix some incompatibilites with rust head

This commit is contained in:
Erick Tryzelaar
2015-02-13 09:40:47 -08:00
parent 5bce95f3e7
commit b70d77b5c9
3 changed files with 23 additions and 25 deletions
-2
View File
@@ -9,7 +9,6 @@ use syntax::ast::{
Item,
Expr,
MutMutable,
//LitNil,
};
use syntax::ast;
use syntax::codemap::{Span, respan};
@@ -34,7 +33,6 @@ use syntax::ext::deriving::generic::ty::{
LifetimeBounds,
Ty,
Path,
//Tuple,
borrowed_explicit_self,
};
use syntax::parse::token;