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 1c7fb0f commit 9580d61Copy full SHA for 9580d61
clippy_lints/src/exit.rs
@@ -1,6 +1,6 @@
1
use clippy_utils::diagnostics::span_lint;
2
use rustc_hir::{Expr, ExprKind, Item, ItemKind, OwnerNode};
3
-use rustc_lint::{LateContext, LateLintPass, LintContext};
+use rustc_lint::{LateContext, LateLintPass};
4
use rustc_session::declare_lint_pass;
5
use rustc_span::sym;
6
0 commit comments