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 dbc29a0 commit 036dd8bCopy full SHA for 036dd8b
compiler/rustc_typeck/src/check/fn_ctxt/suggestions.rs
@@ -8,7 +8,7 @@ use rustc_errors::{Applicability, DiagnosticBuilder};
8
use rustc_hir as hir;
9
use rustc_hir::def::{CtorOf, DefKind};
10
use rustc_hir::lang_items::LangItem;
11
-use rustc_hir::{Expr, ExprKind, ItemKind, Node, Stmt, StmtKind};
+use rustc_hir::{Expr, ExprKind, ItemKind, Node};
12
use rustc_infer::infer;
13
use rustc_middle::lint::in_external_macro;
14
use rustc_middle::ty::{self, Binder, Ty};
0 commit comments