Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
sammykim committed May 9, 2013
1 parent dc48a55 commit 1b4e375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/driver/session.rs
Expand Up @@ -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 {
Expand Down

5 comments on commit 1b4e375

@bors
Copy link
Contributor

@bors bors commented on 1b4e375 May 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at sammykim@1b4e375

@bors
Copy link
Contributor

@bors bors commented on 1b4e375 May 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging sammykim/rust/lint-name = 1b4e375 into auto

@bors
Copy link
Contributor

@bors bors commented on 1b4e375 May 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sammykim/rust/lint-name = 1b4e375 merged ok, testing candidate = 7a4c6e5

@bors
Copy link
Contributor

@bors bors commented on 1b4e375 May 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 1b4e375 May 9, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 7a4c6e5

Please sign in to comment.