Skip to content

Commit d276a41

Browse files
committed
---
yaml --- r: 5097 b: refs/heads/master c: 775b64c h: refs/heads/master i: 5095: bdd681d v: v3
1 parent d7b7bf5 commit d276a41

File tree

6 files changed

+1
-796
lines changed

6 files changed

+1
-796
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: a45068cf2760c886ce439ba26d0769b635fb3e57
2+
refs/heads/master: 775b64c955b9b61117c7bb8acf489e0311d8351b

trunk/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;

trunk/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",

trunk/src/comp/syntax/ext/fmt.rs

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

0 commit comments

Comments
 (0)