Skip to content

Commit 5283d24

Browse files
committed
formatting 🙃
1 parent 4c8e816 commit 5283d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/trailing_zero_sized_array_without_repr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ declare_clippy_lint! {
2020
/// }
2121
/// ```
2222
///
23-
/// Use instead:
23+
/// Use instead:
2424
/// ```rust
2525
/// #[repr(C)]
2626
/// struct MoreOftenUseful {

0 commit comments

Comments
 (0)