Skip to content

Commit bf86c1b

Browse files
committed
cargo fmt
1 parent a457258 commit bf86c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/redundant_clone.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::utils::{
2-
has_drop, in_macro, is_copy, match_def_path, match_type, paths, snippet_opt, span_lint_hir,
3-
span_lint_hir_and_then, walk_ptrs_ty_depth,
2+
has_drop, in_macro, is_copy, match_def_path, match_type, paths, snippet_opt, span_lint_hir, span_lint_hir_and_then,
3+
walk_ptrs_ty_depth,
44
};
55
use if_chain::if_chain;
66
use matches::matches;

0 commit comments

Comments
 (0)