]> git.lizzy.rs Git - rust.git/commitdiff
Remove debug message
authorest31 <MTest31@outlook.com>
Wed, 10 May 2017 16:20:23 +0000 (18:20 +0200)
committerest31 <MTest31@outlook.com>
Wed, 10 May 2017 16:20:23 +0000 (18:20 +0200)
src/librustc_lint/builtin.rs

index 715a769158bc3fb832b0613d52f996068cb6eda6..3b6516af35a050f8e1ff29cd2e4bfd5ec91dca79 100644 (file)
@@ -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");
                     },
                 _ => (),
             }