Skip to content

Commit 5a9e5e4

Browse files
committed
resolve code review comments
1 parent f7050b0 commit 5a9e5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/casts/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ declare_clippy_lint! {
374374
declare_clippy_lint! {
375375
/// ### What it does
376376
/// 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`.
377+
/// constness, namely `*const T` to `*const U` and `*mut T` to `*mut U`.
378378
///
379379
/// ### Why is this bad?
380380
/// Though `as` casts between raw pointers are not terrible,

0 commit comments

Comments
 (0)