remove pub(crate)
This commit is contained in:
parent
c297174adf
commit
6041365f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue