rustfmt all the things
This commit is contained in:
parent
cd12a2369a
commit
a878916ad5
41 changed files with 375 additions and 275 deletions
|
@ -1,6 +1,6 @@
|
|||
use rustc::lint::*;
|
||||
use rustc::hir::*;
|
||||
use utils::{span_lint};
|
||||
use utils::span_lint;
|
||||
|
||||
/// **What it does:** This lint finds classic underflow / overflow checks.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue