Remove debug message
This commit is contained in:
parent
bedd7da3d2
commit
a06f9a66df
@ -718,7 +718,6 @@ fn fl_lit_check_expr(cx: &EarlyContext, expr: &ast::Expr) {
|
|||||||
cx.span_lint(ILLEGAL_FLOATING_POINT_LITERAL_PATTERN,
|
cx.span_lint(ILLEGAL_FLOATING_POINT_LITERAL_PATTERN,
|
||||||
l.span,
|
l.span,
|
||||||
"floating-point literals cannot be used in patterns");
|
"floating-point literals cannot be used in patterns");
|
||||||
error!("span mc spanspam");
|
|
||||||
},
|
},
|
||||||
_ => (),
|
_ => (),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user