Skip to content

Commit 0014f1e

Browse files
committed
---
yaml --- r: 168542 b: refs/heads/batch c: bb8f4fc h: refs/heads/master v: v3
1 parent b978a9e commit 0014f1e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
3030
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32-
refs/heads/batch: e76bd7e75d3ab7e7091817dc84d03e29c86f32eb
32+
refs/heads/batch: bb8f4fc3b73918abd19d67be702f78e8f73d1874
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970

branches/batch/src/libsyntax/ext/bytes.rs

Lines changed: 0 additions & 2 deletions
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])

branches/batch/src/libsyntax/feature_gate.rs

Lines changed: 0 additions & 1 deletion
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)