Skip to content

Commit 775b64c

Browse files
committed
Remove the estr #fmt. Issue #855
1 parent a45068c commit 775b64c

File tree

5 files changed

+0
-795
lines changed

5 files changed

+0
-795
lines changed

src/comp/rustc.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ mod syntax {
6363
mod base;
6464
mod expand;
6565

66-
mod fmt;
6766
mod ifmt;
6867
mod env;
6968
mod simplext;

src/comp/syntax/ext/base.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ tag syntax_extension {
2222
// AST nodes into full ASTs
2323
fn syntax_expander_table() -> hashmap<istr, syntax_extension> {
2424
let syntax_expanders = new_str_hash::<syntax_extension>();
25-
syntax_expanders.insert(~"fmt", normal(ext::fmt::expand_syntax_ext));
2625
syntax_expanders.insert(~"ifmt", normal(ext::ifmt::expand_syntax_ext));
2726
syntax_expanders.insert(~"env", normal(ext::env::expand_syntax_ext));
2827
syntax_expanders.insert(~"macro",

src/comp/syntax/ext/fmt.rs

Lines changed: 0 additions & 364 deletions
This file was deleted.

0 commit comments

Comments
 (0)