Skip to content

Commit ea6fd99

Browse files
committed
remove pub(crate)
1 parent 77a0015 commit ea6fd99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2759,7 +2759,7 @@ fn lint_iter_skip_next(cx: &LateContext<'_>, expr: &hir::Expr<'_>, skip_args: &[
27592759
}
27602760
}
27612761

2762-
pub(crate) fn derefs_to_slice<'tcx>(
2762+
fn derefs_to_slice<'tcx>(
27632763
cx: &LateContext<'tcx>,
27642764
expr: &'tcx hir::Expr<'tcx>,
27652765
ty: Ty<'tcx>,

0 commit comments

Comments
 (0)