Skip to content

Commit

Permalink
fix: updated imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed Jan 7, 2023
1 parent 144670b commit ae6496c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/unnecessary_box_returns.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use clippy_utils::{diagnostics::span_lint_and_sugg, ty::implements_trait};
use rustc_errors::Applicability;
use rustc_hir::{intravisit::FnKind, Body, FnDecl, FnRetTy, HirId};
use rustc_hir_analysis::hir_ty_to_ty;
use rustc_lint::{LateContext, LateLintPass};
use rustc_session::{declare_lint_pass, declare_tool_lint};
use rustc_span::Span;
use rustc_typeck::hir_ty_to_ty;

declare_clippy_lint! {
/// ### What it does
Expand Down

0 comments on commit ae6496c

Please sign in to comment.