diff options
| author | Brian Anderson <[email protected]> | 2011-04-11 20:22:27 -0400 |
|---|---|---|
| committer | Brian Anderson <[email protected]> | 2011-04-11 21:51:23 -0400 |
| commit | 37f87161cc408ad76d4b748be428b1b206a0ed28 (patch) | |
| tree | 5410e01f04e8bae2833d96d52dd6e1f3ba7972eb /src/comp | |
| parent | Use correct indentation for ExtFmt.rs (diff) | |
| download | rust-37f87161cc408ad76d4b748be428b1b206a0ed28.tar.xz rust-37f87161cc408ad76d4b748be428b1b206a0ed28.zip | |
Move ExtFmt compile-time functions into their own module
Diffstat (limited to 'src/comp')
| -rw-r--r-- | src/comp/front/extfmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/front/extfmt.rs b/src/comp/front/extfmt.rs index f0ae31dc..f006cb5e 100644 --- a/src/comp/front/extfmt.rs +++ b/src/comp/front/extfmt.rs @@ -50,7 +50,7 @@ import std.ExtFmt.conv; import std.ExtFmt.piece; import std.ExtFmt.piece_string; import std.ExtFmt.piece_conv; -import std.ExtFmt.parse_fmt_string; +import std.ExtFmt.CT.parse_fmt_string; export expand_syntax_ext; |