Skip to content

Commit 6041365

Browse files
committed
remove pub(crate)
1 parent c297174 commit 6041365

File tree

1 file changed

+1
-1
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-1
lines changed

clippy_lints/src/methods/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@ fn lint_iter_skip_next(cx: &LateContext<'_>, expr: &hir::Expr<'_>, skip_args: &[
28032803
}
28042804
}
28052805

2806-
pub(crate) fn derefs_to_slice<'tcx>(
2806+
fn derefs_to_slice<'tcx>(
28072807
cx: &LateContext<'tcx>,
28082808
expr: &'tcx hir::Expr<'tcx>,
28092809
ty: Ty<'tcx>,

0 commit comments

Comments
 (0)