File tree Expand file tree Collapse file tree 6 files changed +1
-796
lines changed Expand file tree Collapse file tree 6 files changed +1
-796
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a45068cf2760c886ce439ba26d0769b635fb3e57
2
+ refs/heads/master: 775b64c955b9b61117c7bb8acf489e0311d8351b
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ mod syntax {
63
63
mod base;
64
64
mod expand;
65
65
66
- mod fmt;
67
66
mod ifmt;
68
67
mod env;
69
68
mod simplext;
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ tag syntax_extension {
22
22
// AST nodes into full ASTs
23
23
fn syntax_expander_table ( ) -> hashmap < istr , syntax_extension > {
24
24
let syntax_expanders = new_str_hash :: < syntax_extension > ( ) ;
25
- syntax_expanders. insert ( ~"fmt", normal ( ext:: fmt:: expand_syntax_ext) ) ;
26
25
syntax_expanders. insert ( ~"ifmt", normal ( ext:: ifmt:: expand_syntax_ext) ) ;
27
26
syntax_expanders. insert ( ~"env", normal ( ext:: env:: expand_syntax_ext) ) ;
28
27
syntax_expanders. insert ( ~"macro",
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments