We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30979bf commit cc9f203Copy full SHA for cc9f203
clippy_lints/src/casts/mod.rs
@@ -570,7 +570,8 @@ declare_clippy_lint! {
570
"borrowing just to cast to a raw pointer"
571
}
572
declare_clippy_lint! {
573
- /// **What it does:** Checks for a raw slice being cast to a slice pointer
+ /// ### What it does
574
+ /// Checks for a raw slice being cast to a slice pointer
575
///
576
/// ### Why is this bad?
577
/// This can result in multiple `&mut` references to the same location when only a pointer is
0 commit comments