about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgewitternacht <60887951+gewitternacht@users.noreply.github.com>2025-07-23 00:41:48 +0200
committerGitHub <noreply@github.com>2025-07-23 00:41:48 +0200
commitcdbcd72f341c949e4fa11f58d76a094bd435d18f (patch)
treede3c02f8a542e276685160111f316cffdcfa5d5c
parent30033b45bb2fcbc0f267acaf9fab22411422e166 (diff)
downloadrust-cdbcd72f341c949e4fa11f58d76a094bd435d18f.tar.gz
rust-cdbcd72f341c949e4fa11f58d76a094bd435d18f.zip
remove trailing whitespace
-rw-r--r--library/core/src/clone.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/clone.rs b/library/core/src/clone.rs
index 7afdf50ce51..64916f49f3a 100644
--- a/library/core/src/clone.rs
+++ b/library/core/src/clone.rs
@@ -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