From a06f9a66dff42965a47e9c8d99b059707347b998 Mon Sep 17 00:00:00 2001 From: est31 Date: Wed, 10 May 2017 18:20:23 +0200 Subject: [PATCH] Remove debug message --- src/librustc_lint/builtin.rs | 1 - 1 file changed, 1 deletion(-) 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"); }, _ => (), } -- 2.44.0