1
Fork 0
This commit is contained in:
Alex Crichton 2014-12-27 23:44:15 -08:00
parent e76bd7e75d
commit bb8f4fc3b7
2 changed files with 0 additions and 3 deletions

View file

@ -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])

View file

@ -30,7 +30,6 @@ use visit;
use visit::Visitor;
use parse::token;
use std::ascii::AsciiCast;
use std::slice;
use std::ascii::AsciiExt;