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 de9881f commit 015822dCopy full SHA for 015822d
clippy_lints/src/and_then_then_some.rs
@@ -3,7 +3,7 @@ use clippy_utils::source::snippet_with_applicability;
3
use clippy_utils::{fn_def_id, match_def_path};
4
use rustc_errors::Applicability;
5
use rustc_hir::def::Res;
6
-use rustc_hir::{Block, Body, Closure, Expr, ExprKind, FnDecl, HirId, Node, Param, Pat, Path, QPath, Ty};
+use rustc_hir::{Block, Body, Closure, Expr, ExprKind, HirId, Node, Param, Pat, Path, QPath};
7
use rustc_lint::{LateContext, LateLintPass};
8
use rustc_session::declare_lint_pass;
9
use rustc_span::Span;
0 commit comments