Fix fallout
This commit is contained in:
parent
b67764d5cb
commit
8472ecda0f
117 changed files with 219 additions and 162 deletions
|
@ -7,7 +7,7 @@ use rustc_hir as hir;
|
|||
use rustc_lint::{LateContext, LateLintPass};
|
||||
use rustc_session::{declare_lint_pass, declare_tool_lint};
|
||||
use std::{f32, f64, fmt};
|
||||
use syntax::ast::*;
|
||||
use syntax::ast::{FloatTy, LitFloatType, LitKind};
|
||||
|
||||
declare_clippy_lint! {
|
||||
/// **What it does:** Checks for float literals with a precision greater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue