aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-04-11 20:22:27 -0400
committerBrian Anderson <[email protected]>2011-04-11 21:51:23 -0400
commit37f87161cc408ad76d4b748be428b1b206a0ed28 (patch)
tree5410e01f04e8bae2833d96d52dd6e1f3ba7972eb /src/comp/front
parentUse correct indentation for ExtFmt.rs (diff)
downloadrust-37f87161cc408ad76d4b748be428b1b206a0ed28.tar.xz
rust-37f87161cc408ad76d4b748be428b1b206a0ed28.zip
Move ExtFmt compile-time functions into their own module
Diffstat (limited to 'src/comp/front')
-rw-r--r--src/comp/front/extfmt.rs2
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;