remove trailing whitespace
This commit is contained in:
parent
30033b45bb
commit
cdbcd72f34
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue