From db7d07b83bee302be977468caa6931f651b4f77a Mon Sep 17 00:00:00 2001 From: Tim Diekmann <21277928+TimDiekmann@users.noreply.github.com> Date: Sat, 1 Aug 2020 21:53:00 +0200 Subject: [PATCH] Remove a trailing whitespace --- library/core/src/alloc/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,