Skip to content

Commit

Permalink
Rollup merge of rust-lang#41889 - est31:master, r=estebank
Browse files Browse the repository at this point in the history
Remove debug message

It was added by me in rust-lang#41293. Sorry about that!

Thanks goes to @alexbool for finding it.
  • Loading branch information
frewsxcv authored May 11, 2017
2 parents 7b29f90 + a06f9a6 commit 42a3522
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc_lint/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ fn fl_lit_check_expr(cx: &EarlyContext, expr: &ast::Expr) {
cx.span_lint(ILLEGAL_FLOATING_POINT_LITERAL_PATTERN,
l.span,
"floating-point literals cannot be used in patterns");
error!("span mc spanspam");
},
_ => (),
}
Expand Down

0 comments on commit 42a3522

Please sign in to comment.