diff options
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; |