We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a277230 commit 7fa2cd1Copy full SHA for 7fa2cd1
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