1
Fork 0

Merge branch 'master' of github.com:rust-lang/rust-clippy

This commit is contained in:
JarredAllen 2020-03-01 12:48:22 -08:00
commit 91a1cd562a
85 changed files with 116 additions and 114 deletions

View file

@ -11,6 +11,7 @@ use rustc_lint::{LateContext, LateLintPass};
use rustc_session::{declare_lint_pass, declare_tool_lint};
use rustc_span::source_map::Spanned;
use rustc_ast::ast;
use std::f32::consts as f32_consts;
use std::f64::consts as f64_consts;
use sugg::{format_numeric_literal, Sugg};