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 a365d19 commit 7eaa179Copy full SHA for 7eaa179
core/src/mem/mod.rs
@@ -1299,8 +1299,8 @@ impl<T> SizedTypeProperties for T {}
1299
/// Enum variants may be traversed as if they were fields. Variants themselves do
1300
/// not have an offset.
1301
///
1302
-/// Note that type layout is, in general, [platform-specific, and subject to
1303
-/// change](https://doc.rust-lang.org/reference/type-layout.html).
+/// Note that type layout is, in general, [subject to change and
+/// platform-specific](https://doc.rust-lang.org/reference/type-layout.html).
1304
1305
/// # Examples
1306
0 commit comments