Skip to content

Commit ae6496c

Browse files
committed
fix: updated imports
1 parent 144670b commit ae6496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/unnecessary_box_returns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
use clippy_utils::{diagnostics::span_lint_and_sugg, ty::implements_trait};
22
use rustc_errors::Applicability;
33
use rustc_hir::{intravisit::FnKind, Body, FnDecl, FnRetTy, HirId};
4+
use rustc_hir_analysis::hir_ty_to_ty;
45
use rustc_lint::{LateContext, LateLintPass};
56
use rustc_session::{declare_lint_pass, declare_tool_lint};
67
use rustc_span::Span;
7-
use rustc_typeck::hir_ty_to_ty;
88

99
declare_clippy_lint! {
1010
/// ### What it does

0 commit comments

Comments
 (0)