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 f7050b0 commit 5a9e5e4Copy full SHA for 5a9e5e4
clippy_lints/src/casts/mod.rs
@@ -374,7 +374,7 @@ declare_clippy_lint! {
374
declare_clippy_lint! {
375
/// ### What it does
376
/// Checks for `as` casts between raw pointers that don't change their
377
- /// mutability, namely `*const T` to `*const U` and `*mut T` to `*mut U`.
+ /// constness, namely `*const T` to `*const U` and `*mut T` to `*mut U`.
378
///
379
/// ### Why is this bad?
380
/// Though `as` casts between raw pointers are not terrible,
0 commit comments