diff options
| author | est31 <MTest31@outlook.com> | 2017-05-10 18:20:23 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-05-10 18:20:23 +0200 |
| commit | a06f9a66dff42965a47e9c8d99b059707347b998 (patch) | |
| tree | 1ea87c0e9f3760bce8963ba62eac7c24f01bcd86 | |
| parent | bedd7da3d28d69520f33ac6a585df87ef1373a26 (diff) | |
| download | rust-a06f9a66dff42965a47e9c8d99b059707347b998.tar.gz rust-a06f9a66dff42965a47e9c8d99b059707347b998.zip | |
Remove debug message
| -rw-r--r-- | src/librustc_lint/builtin.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_lint/builtin.rs b/src/librustc_lint/builtin.rs index 715a769158b..3b6516af35a 100644 --- a/src/librustc_lint/builtin.rs +++ b/src/librustc_lint/builtin.rs @@ -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"); }, _ => (), } |
