about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Diekmann <21277928+TimDiekmann@users.noreply.github.com>2020-08-01 21:53:00 +0200
committerGitHub <noreply@github.com>2020-08-01 21:53:00 +0200
commitdb7d07b83bee302be977468caa6931f651b4f77a (patch)
treee962a9040e7d050d4dda0524d90a1bd143468cf0
parent9cd9286e20e6fe4cdb7e298fa5ec966eb26fa32b (diff)
downloadrust-db7d07b83bee302be977468caa6931f651b4f77a.tar.gz
rust-db7d07b83bee302be977468caa6931f651b4f77a.zip
Remove a trailing whitespace
-rw-r--r--library/core/src/alloc/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/alloc/mod.rs b/library/core/src/alloc/mod.rs
index fc62bb453a2..8061cb3e172 100644
--- a/library/core/src/alloc/mod.rs
+++ b/library/core/src/alloc/mod.rs
@@ -226,7 +226,7 @@ pub unsafe trait AllocRef {
     /// Behaves like `grow`, but also ensures that the new contents are set to zero before being
     /// returned.
     ///
-    /// The memory block will contain the following contents after a successful call to 
+    /// The memory block will contain the following contents after a successful call to
     /// `grow_zeroed`:
     ///   * Bytes `0..layout.size()` are preserved from the original allocation.
     ///   * Bytes `layout.size()..old_size` will either be preserved or zeroed,