Skip to content

Commit 1b4e375

Browse files
committed
Add space
1 parent dc48a55 commit 1b4e375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/driver/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ pub impl Session_ {
234234
msg: &str) {
235235
let level = lint::get_lint_settings_level(
236236
self.lint_settings, lint_mode, expr_id, item_id);
237-
let msg = fmt!("%s [-W%s]", msg, lint::get_lint_name(lint_mode));
237+
let msg = fmt!("%s [-W %s]", msg, lint::get_lint_name(lint_mode));
238238
self.span_lint_level(level, span, msg);
239239
}
240240
fn next_node_id(@self) -> ast::node_id {

0 commit comments

Comments
 (0)