Add space
This commit is contained in:
parent
dc48a558b6
commit
1b4e375046
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ pub impl Session_ {
|
|||
msg: &str) {
|
||||
let level = lint::get_lint_settings_level(
|
||||
self.lint_settings, lint_mode, expr_id, item_id);
|
||||
let msg = fmt!("%s [-W%s]", msg, lint::get_lint_name(lint_mode));
|
||||
let msg = fmt!("%s [-W %s]", msg, lint::get_lint_name(lint_mode));
|
||||
self.span_lint_level(level, span, msg);
|
||||
}
|
||||
fn next_node_id(@self) -> ast::node_id {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue