Rollup merge of #41889 - est31:master, r=estebank

Remove debug message

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

Thanks goes to @alexbool for finding it.
This commit is contained in:
Corey Farwell 2017-05-11 00:21:28 -04:00 committed by GitHub
commit 00f6e3918d

View File

@ -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");
},
_ => (),
}