Skip to content

Commit 00f6e39

Browse files
authored
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.
2 parents 6073202 + a06f9a6 commit 00f6e39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_lint/builtin.rs

-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,6 @@ fn fl_lit_check_expr(cx: &EarlyContext, expr: &ast::Expr) {
718718
cx.span_lint(ILLEGAL_FLOATING_POINT_LITERAL_PATTERN,
719719
l.span,
720720
"floating-point literals cannot be used in patterns");
721-
error!("span mc spanspam");
722721
},
723722
_ => (),
724723
}

0 commit comments

Comments
 (0)