File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ declare_clippy_lint! {
11
11
/// Note that this lint is specialized in linting *every single* use of `as`
12
12
/// regardless of whether good alternatives exist or not.
13
13
/// If you want more precise lints for `as`, please consider using these separate lints:
14
- /// `unnecessary_cast`, `cast_lossless/possible_truncation/possible_wrap/precision_loss/sign_loss `,
14
+ /// `unnecessary_cast`, `cast_lossless/cast_possible_truncation/cast_possible_wrap/cast_precision_loss/cast_sign_loss `,
15
15
/// `fn_to_numeric_cast(_with_truncation)`, `char_lit_as_u8`, `ref_to_mut` and `ptr_as_ptr`.
16
16
/// There is a good explanation the reason why this lint should work in this way and how it is useful
17
17
/// [in this issue](https://github.com/rust-lang/rust-clippy/issues/5122).
You can’t perform that action at this time.
0 commit comments