Skip to content

Commit

Permalink
merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Mar 24, 2021
1 parent 3b8e85a commit 2f8d71b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clippy_lints/src/methods/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ use rustc_ast::ast;
use rustc_errors::Applicability;
use rustc_hir as hir;
use rustc_lint::LateContext;
use rustc_middle::ty;
use rustc_middle::ty::Ty;
use rustc_middle::ty::{self, Ty};
use rustc_span::symbol::sym;

pub(super) fn derefs_to_slice<'tcx>(
Expand Down

0 comments on commit 2f8d71b

Please sign in to comment.