Skip to content

Commit 0509a96

Browse files
committed
Auto merge of #8789 - fedemartinezdev:master, r=flip1995
Added missing `### What it does` Adds the missing line to ``[`cast-slice-different-sizes`]`` lint documentation fixes #8781 changelog: none
2 parents 7c21f91 + 6881a5a commit 0509a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/casts/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ declare_clippy_lint! {
413413
}
414414

415415
declare_clippy_lint! {
416+
/// ### What it does
416417
/// Checks for `as` casts between raw pointers to slices with differently sized elements.
417418
///
418419
/// ### Why is this bad?

0 commit comments

Comments
 (0)