We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a457258 commit bf86c1bCopy full SHA for bf86c1b
clippy_lints/src/redundant_clone.rs
@@ -1,6 +1,6 @@
1
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,
+ has_drop, in_macro, is_copy, match_def_path, match_type, paths, snippet_opt, span_lint_hir, span_lint_hir_and_then,
+ walk_ptrs_ty_depth,
4
};
5
use if_chain::if_chain;
6
use matches::matches;
0 commit comments