mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 09:17:57 +00:00
Cleanup code, fix some incompatibilites with rust head
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user