mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
merge imports
This commit is contained in:
parent
3b8e85a5dc
commit
2f8d71b9dc
1 changed files with 1 additions and 2 deletions
|
@ -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>(
|
||||
|
|
Loading…
Reference in a new issue