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 469b2fc commit c1f3babCopy full SHA for c1f3bab
clippy_lints/src/ref_option_ref.rs
@@ -1,5 +1,5 @@
1
use crate::utils::{last_path_segment, match_def_path, paths, snippet, span_lint_and_sugg};
2
-use rustc_hir::{GenericArg, Local, Mutability, Ty, TyKind};
+use rustc_hir::{GenericArg, Mutability, Ty, TyKind};
3
use rustc_lint::{LateContext, LateLintPass};
4
use rustc_session::{declare_lint_pass, declare_tool_lint};
5
0 commit comments