From 37f87161cc408ad76d4b748be428b1b206a0ed28 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 11 Apr 2011 20:22:27 -0400 Subject: Move ExtFmt compile-time functions into their own module --- src/comp/front/extfmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp') 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; -- cgit v1.2.3