Skip to content

Commit 3c18ab7

Browse files
committed
---
yaml --- r: 167535 b: refs/heads/snap-stage3 c: bb8f4fc h: refs/heads/master i: 167533: 24bd216 167531: 50cbf0a 167527: 014b2eb 167519: 8557b1f v: v3
1 parent 5cb38ad commit 3c18ab7

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 023dfb0c898d851dee6ace2f8339b73b5287136b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: e76bd7e75d3ab7e7091817dc84d03e29c86f32eb
4+
refs/heads/snap-stage3: bb8f4fc3b73918abd19d67be702f78e8f73d1874
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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/snap-stage3/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)