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! {
1111 /// Note that this lint is specialized in linting *every single* use of `as`
1212 /// regardless of whether good alternatives exist or not.
1313 /// 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 `,
1515 /// `fn_to_numeric_cast(_with_truncation)`, `char_lit_as_u8`, `ref_to_mut` and `ptr_as_ptr`.
1616 /// There is a good explanation the reason why this lint should work in this way and how it is useful
1717 /// [in this issue](https://github.com/rust-lang/rust-clippy/issues/5122).
You can’t perform that action at this time.
0 commit comments