mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
merge imports
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
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>(
|
||||
|
||||
Reference in New Issue
Block a user