mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
remove pub(crate)
This commit is contained in:
@@ -2803,7 +2803,7 @@ fn lint_iter_skip_next(cx: &LateContext<'_>, expr: &hir::Expr<'_>, skip_args: &[
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn derefs_to_slice<'tcx>(
|
||||
fn derefs_to_slice<'tcx>(
|
||||
cx: &LateContext<'tcx>,
|
||||
expr: &'tcx hir::Expr<'tcx>,
|
||||
ty: Ty<'tcx>,
|
||||
|
||||
Reference in New Issue
Block a user