diff options
| author | Brian Anderson <[email protected]> | 2011-03-07 21:34:18 -0500 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-03-07 22:06:07 -0500 |
| commit | fa2525a7bdba20fd038e10e3275ce6ba0b1af5b5 (patch) | |
| tree | 952650e4077cdcd7c5728b38966839fa47655ac8 /src/comp/rustc.rc | |
| parent | Add missing alt arm to expr_if pretty-printer (diff) | |
| download | rust-fa2525a7bdba20fd038e10e3275ce6ba0b1af5b5.tar.xz rust-fa2525a7bdba20fd038e10e3275ce6ba0b1af5b5.zip | |
Remove old pretty-printer from rustc
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index e4833409..7e1d8fd9 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -8,7 +8,6 @@ mod front { mod extfmt; mod lexer; mod parser; - mod pretty; mod token; mod eval; } |