]> git.lizzy.rs Git - rust.git/commitdiff
Remove a trailing whitespace
authorTim Diekmann <21277928+TimDiekmann@users.noreply.github.com>
Sat, 1 Aug 2020 19:53:00 +0000 (21:53 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2020 19:53:00 +0000 (21:53 +0200)
library/core/src/alloc/mod.rs

index fc62bb453a299fd5089c3870b490362a513b0852..8061cb3e1722a1409bcd3e80f7ac68202d2fb852 100644 (file)
@@ -226,7 +226,7 @@ unsafe fn grow(
     /// 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,