Skip to content

Commit ec7996d

Browse files
authored
Remove trailing space
1 parent 9bfd1c4 commit ec7996d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/mem/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ impl<T> SizedTypeProperties for T {}
13101310
/// private: u8,
13111311
/// }
13121312
/// }
1313-
///
1313+
///
13141314
/// // assert_eq!(mem::offset_of!(nested::Struct, private), 0);
13151315
/// // ^^^ error[E0616]: field `private` of struct `Struct` is private
13161316
/// ```

0 commit comments

Comments
 (0)