@@ -12,17 +12,17 @@ declare_clippy_lint! {
1212 /// regardless of whether good alternatives exist or not. If you want more
1313 /// precise lints for `as`, please consider using these separate lints:
1414 ///
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`
2626 ///
2727 /// There is a good explanation the reason why this lint should work in this
2828 /// way and how it is useful [in this
0 commit comments