Remove trailing space

This commit is contained in:
Joshua Liebow-Feeser 2023-11-02 05:35:08 -07:00 committed by GitHub
parent 9bfd1c4bdb
commit ec7996df7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1310,7 +1310,7 @@ impl<T> SizedTypeProperties for T {}
/// private: u8,
/// }
/// }
///
///
/// // assert_eq!(mem::offset_of!(nested::Struct, private), 0);
/// // ^^^ error[E0616]: field `private` of struct `Struct` is private
/// ```