We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a746cc commit c18319bCopy full SHA for c18319b
clippy_lints/src/enum_clike.rs
@@ -24,6 +24,7 @@ declare_clippy_lint! {
24
///
25
/// **Example:**
26
/// ```rust
27
+ /// # #[cfg(target_pointer_width = "64")]
28
/// #[repr(usize)]
29
/// enum NonPortable {
30
/// X = 0x1_0000_0000,
0 commit comments