Skip to content

Commit

Permalink
update offset_of! docs to reflect the stablization of nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
lolbinarycat committed Oct 31, 2024
1 parent bed75e7 commit 71ad37d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/core/src/mem/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1257,9 +1257,6 @@ impl<T> SizedTypeProperties for T {}
/// Enum variants may be traversed as if they were fields. Variants themselves do
/// not have an offset.
///
/// However, on stable only a single field name is supported, which blocks the use of
/// enum support.
///
/// Visibility is respected - all types and fields must be visible to the call site:
///
/// ```
Expand Down

0 comments on commit 71ad37d

Please sign in to comment.