Skip to content

Commit 7eaa179

Browse files
committed
Update based on wesleywiser review
1 parent a365d19 commit 7eaa179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/mem/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,8 +1299,8 @@ impl<T> SizedTypeProperties for T {}
12991299
/// Enum variants may be traversed as if they were fields. Variants themselves do
13001300
/// not have an offset.
13011301
///
1302-
/// Note that type layout is, in general, [platform-specific, and subject to
1303-
/// change](https://doc.rust-lang.org/reference/type-layout.html).
1302+
/// Note that type layout is, in general, [subject to change and
1303+
/// platform-specific](https://doc.rust-lang.org/reference/type-layout.html).
13041304
///
13051305
/// # Examples
13061306
///

0 commit comments

Comments
 (0)