remove pub(crate)

This commit is contained in:
Takayuki Maeda 2021-02-26 17:38:21 +09:00
parent c297174adf
commit 6041365f4b

View file

@ -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>,