cargo fmt

This commit is contained in:
Philipp Hansch 2019-03-13 06:51:57 +01:00
parent a457258132
commit bf86c1b989
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -1,6 +1,6 @@
use crate::utils::{ use crate::utils::{
has_drop, in_macro, is_copy, match_def_path, match_type, paths, snippet_opt, span_lint_hir, has_drop, in_macro, is_copy, match_def_path, match_type, paths, snippet_opt, span_lint_hir, span_lint_hir_and_then,
span_lint_hir_and_then, walk_ptrs_ty_depth, walk_ptrs_ty_depth,
}; };
use if_chain::if_chain; use if_chain::if_chain;
use matches::matches; use matches::matches;