1
Fork 0

Run rustfix

This commit is contained in:
Mateusz Mikuła 2018-05-30 10:15:50 +02:00 committed by Mateusz Mikuła
parent 26f3feb980
commit 424a33720d
112 changed files with 182 additions and 182 deletions

View file

@ -1,7 +1,7 @@
use consts::{constant_simple, Constant};
use crate::consts::{constant_simple, Constant};
use rustc::lint::*;
use rustc::hir::*;
use utils::span_help_and_lint;
use crate::utils::span_help_and_lint;
/// **What it does:** Checks for `0.0 / 0.0`.
///