We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8e816 commit 5283d24Copy full SHA for 5283d24
clippy_lints/src/trailing_zero_sized_array_without_repr.rs
@@ -20,7 +20,7 @@ declare_clippy_lint! {
20
/// }
21
/// ```
22
///
23
- /// Use instead:
+ /// Use instead:
24
/// ```rust
25
/// #[repr(C)]
26
/// struct MoreOftenUseful {
0 commit comments