mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 01:17:16 +00:00
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
This commit is contained in:
commit
0509a96290
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ declare_clippy_lint! {
|
|||
}
|
||||
|
||||
declare_clippy_lint! {
|
||||
/// ### What it does
|
||||
/// Checks for `as` casts between raw pointers to slices with differently sized elements.
|
||||
///
|
||||
/// ### Why is this bad?
|
||||
|
|
Loading…
Reference in a new issue