Rustfmt all the things

This commit is contained in:
Oliver Scherer
2019-05-14 10:06:21 +02:00
parent af80c53450
commit dfbc74b08b
57 changed files with 242 additions and 209 deletions

View File

@@ -1,4 +1,4 @@
use crate::utils::{is_copy, paths, span_note_and_lint, match_def_path};
use crate::utils::{is_copy, match_def_path, paths, span_note_and_lint};
use if_chain::if_chain;
use rustc::hir::*;
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};