@@ -12,17 +12,17 @@ declare_clippy_lint! {
12
12
/// regardless of whether good alternatives exist or not. If you want more
13
13
/// precise lints for `as`, please consider using these separate lints:
14
14
///
15
- /// - clippy::cast_lossless
16
- /// - clippy::cast_possible_truncation
17
- /// - clippy::cast_possible_wrap
18
- /// - clippy::cast_precision_loss
19
- /// - clippy::cast_sign_loss
20
- /// - clippy::char_lit_as_u8
21
- /// - clippy::fn_to_numeric_cast
22
- /// - clippy::fn_to_numeric_cast_with_truncation
23
- /// - clippy::ptr_as_ptr
24
- /// - clippy::unnecessary_cast
25
- /// - invalid_reference_casting
15
+ /// - ` clippy::cast_lossless`
16
+ /// - ` clippy::cast_possible_truncation`
17
+ /// - ` clippy::cast_possible_wrap`
18
+ /// - ` clippy::cast_precision_loss`
19
+ /// - ` clippy::cast_sign_loss`
20
+ /// - ` clippy::char_lit_as_u8`
21
+ /// - ` clippy::fn_to_numeric_cast`
22
+ /// - ` clippy::fn_to_numeric_cast_with_truncation`
23
+ /// - ` clippy::ptr_as_ptr`
24
+ /// - ` clippy::unnecessary_cast`
25
+ /// - ` invalid_reference_casting`
26
26
///
27
27
/// There is a good explanation the reason why this lint should work in this
28
28
/// way and how it is useful [in this
0 commit comments