Skip to content

Commit 6881a5a

Browse files
Added missing ### What it does
Adds the missing line to cast-slice-different-sizes lint documentation /closes 8781
1 parent 7c21f91 commit 6881a5a

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)