remove trailing whitespace

This commit is contained in:
gewitternacht 2025-07-23 00:41:48 +02:00 committed by GitHub
parent 30033b45bb
commit cdbcd72f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,7 +155,7 @@ mod uninit;
/// rely on their keys respecting this property for correct behavior.
///
/// This property is automatically satisfied when deriving both `Clone` and [`PartialEq`]
/// using `#[derive(Clone, PartialEq)]` or when additionally deriving [`Eq`]
/// using `#[derive(Clone, PartialEq)]` or when additionally deriving [`Eq`]
/// using `#[derive(Clone, PartialEq, Eq)]`.
///
/// Violating this property is a logic error. The behavior resulting from a logic error is not