We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b3916 commit 4283f78Copy full SHA for 4283f78
core/src/mem/mod.rs
@@ -1255,8 +1255,8 @@ impl<T> SizedTypeProperties for T {}
1255
/// Nested field accesses may be used, but not array indexes.
1256
///
1257
/// 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.
+/// variants may be traversed as if they were fields.
+/// Variants themselves do not have an offset.
1260
1261
/// Visibility is respected - all types and fields must be visible to the call site:
1262
0 commit comments