Skip to content

Commit 5d84652

Browse files
committed
comp: minor cleanup.
1 parent 38e796b commit 5d84652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/syntax/ext/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn expand_syntax_ext(cx: ext_ctxt, sp: span, arg: @ast::expr,
2626
}
2727
let fmt =
2828
expr_to_str(cx, args[0],
29-
"first argument to #fmt must be a " + "string literal.");
29+
"first argument to #fmt must be a string literal.");
3030
let fmtspan = args[0].span;
3131
#debug("Format string:");
3232
log(debug, fmt);

0 commit comments

Comments
 (0)