Skip to content

Commit a06f9a6

Browse files
committed
Remove debug message
1 parent bedd7da commit a06f9a6

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)