Skip to content

Commit 4283f78

Browse files
use semantic line break
Co-authored-by: Jubilee <[email protected]>
1 parent a4b3916 commit 4283f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/mem/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1255,8 +1255,8 @@ impl<T> SizedTypeProperties for T {}
12551255
/// Nested field accesses may be used, but not array indexes.
12561256
///
12571257
/// If the nightly-only feature `offset_of_enum` is enabled,
1258-
/// variants may be traversed as if they were fields. Variants themselves do
1259-
/// not have an offset.
1258+
/// variants may be traversed as if they were fields.
1259+
/// Variants themselves do not have an offset.
12601260
///
12611261
/// Visibility is respected - all types and fields must be visible to the call site:
12621262
///

0 commit comments

Comments
 (0)