fixes
This commit is contained in:
parent
e76bd7e75d
commit
bb8f4fc3b7
2 changed files with 0 additions and 3 deletions
|
@ -17,8 +17,6 @@ use ext::base;
|
|||
use ext::build::AstBuilder;
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
use std::ascii::AsciiCast;
|
||||
|
||||
pub fn expand_syntax_ext<'cx>(cx: &'cx mut ExtCtxt,
|
||||
sp: Span,
|
||||
tts: &[ast::TokenTree])
|
||||
|
|
|
@ -30,7 +30,6 @@ use visit;
|
|||
use visit::Visitor;
|
||||
use parse::token;
|
||||
|
||||
use std::ascii::AsciiCast;
|
||||
use std::slice;
|
||||
use std::ascii::AsciiExt;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue