Skip to content

Commit

Permalink
use semantic line break
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <workingjubilee@gmail.com>
  • Loading branch information
lolbinarycat and workingjubilee authored Oct 31, 2024
1 parent dd651be commit fc67203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/core/src/mem/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1255,8 +1255,8 @@ impl<T> SizedTypeProperties for T {}
/// Nested field accesses may be used, but not array indexes.
///
/// If the nightly-only feature `offset_of_enum` is enabled,
/// variants may be traversed as if they were fields. Variants themselves do
/// not have an offset.
/// variants may be traversed as if they were fields.
/// Variants themselves do not have an offset.
///
/// Visibility is respected - all types and fields must be visible to the call site:
///
Expand Down

0 comments on commit fc67203

Please sign in to comment.