about summary refs log tree commit diff
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-05-10 18:20:23 +0200
committerest31 <MTest31@outlook.com>2017-05-10 18:20:23 +0200
commita06f9a66dff42965a47e9c8d99b059707347b998 (patch)
tree1ea87c0e9f3760bce8963ba62eac7c24f01bcd86
parentbedd7da3d28d69520f33ac6a585df87ef1373a26 (diff)
downloadrust-a06f9a66dff42965a47e9c8d99b059707347b998.tar.gz
rust-a06f9a66dff42965a47e9c8d99b059707347b998.zip
Remove debug message
-rw-r--r--src/librustc_lint/builtin.rs1
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");
                     },
                 _ => (),
             }