Skip to content

Commit bb8f4fc

Browse files
committed
fixes
1 parent e76bd7e commit bb8f4fc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/libsyntax/ext/bytes.rs

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ use ext::base;
1717
use ext::build::AstBuilder;
1818
use std::ascii::AsciiExt;
1919

20-
use std::ascii::AsciiCast;
21-
2220
pub fn expand_syntax_ext<'cx>(cx: &'cx mut ExtCtxt,
2321
sp: Span,
2422
tts: &[ast::TokenTree])

src/libsyntax/feature_gate.rs

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ use visit;
3030
use visit::Visitor;
3131
use parse::token;
3232

33-
use std::ascii::AsciiCast;
3433
use std::slice;
3534
use std::ascii::AsciiExt;
3635

0 commit comments

Comments
 (0)