use semantic line break

Co-authored-by: Jubilee <workingjubilee@gmail.com>
This commit is contained in:
lolbinarycat 2024-10-31 17:27:31 -05:00 committed by GitHub
parent dd651be7bc
commit fc67203d59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
///