Skip to content

Commit

Permalink
remove pub(crate)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Feb 27, 2021
1 parent c297174 commit 6041365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>,
Expand Down

0 comments on commit 6041365

Please sign in to comment.