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

@@ -2,7 +2,7 @@ use rustc::lint::*;
use rustc::ty::{self, Ty};
use rustc::ty::subst::Subst;
use rustc::hir::*;
use utils::span_lint;
use crate::utils::span_lint;
/// **What it does:** Detects giving a mutable reference to a function that only
/// requires an immutable reference.