Skip to content

Commit c1f3bab

Browse files
committed
clippy_lint: Add 'ref_option_ref' remove unused import
1 parent 469b2fc commit c1f3bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/ref_option_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::utils::{last_path_segment, match_def_path, paths, snippet, span_lint_and_sugg};
2-
use rustc_hir::{GenericArg, Local, Mutability, Ty, TyKind};
2+
use rustc_hir::{GenericArg, Mutability, Ty, TyKind};
33
use rustc_lint::{LateContext, LateLintPass};
44
use rustc_session::{declare_lint_pass, declare_tool_lint};
55

0 commit comments

Comments
 (0)