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

@@ -3,7 +3,7 @@ use rustc::hir::*;
use syntax::ast::{LitKind, NodeId};
use syntax::codemap::Span;
use unicode_normalization::UnicodeNormalization;
use utils::{is_allowed, snippet, span_help_and_lint};
use crate::utils::{is_allowed, snippet, span_help_and_lint};
/// **What it does:** Checks for the Unicode zero-width space in the code.
///