Skip to content

Commit 71ad37d

Browse files
committed
update offset_of! docs to reflect the stablization of nesting
1 parent bed75e7 commit 71ad37d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/core/src/mem/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1257,9 +1257,6 @@ impl<T> SizedTypeProperties for T {}
12571257
/// Enum variants may be traversed as if they were fields. Variants themselves do
12581258
/// not have an offset.
12591259
///
1260-
/// However, on stable only a single field name is supported, which blocks the use of
1261-
/// enum support.
1262-
///
12631260
/// Visibility is respected - all types and fields must be visible to the call site:
12641261
///
12651262
/// ```

0 commit comments

Comments
 (0)