File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
branches/batch/src/libsyntax Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
29
29
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
30
30
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
31
31
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32
- refs/heads/batch: e76bd7e75d3ab7e7091817dc84d03e29c86f32eb
32
+ refs/heads/batch: bb8f4fc3b73918abd19d67be702f78e8f73d1874
33
33
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ use ext::base;
17
17
use ext:: build:: AstBuilder ;
18
18
use std:: ascii:: AsciiExt ;
19
19
20
- use std:: ascii:: AsciiCast ;
21
-
22
20
pub fn expand_syntax_ext < ' cx > ( cx : & ' cx mut ExtCtxt ,
23
21
sp : Span ,
24
22
tts : & [ ast:: TokenTree ] )
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ use visit;
30
30
use visit:: Visitor ;
31
31
use parse:: token;
32
32
33
- use std:: ascii:: AsciiCast ;
34
33
use std:: slice;
35
34
use std:: ascii:: AsciiExt ;
36
35
You can’t perform that action at this time.
0 commit comments