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