diff options
| author | Tim Diekmann <21277928+TimDiekmann@users.noreply.github.com> | 2020-04-03 08:22:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-03 08:22:31 +0200 |
| commit | c061ff4b6957572d0d1e3ed48e63d07c7946e269 (patch) | |
| tree | 57bfc0d7720cc8ecbe1f26c9c131dd8956590ac6 | |
| parent | d8b0c5fb379c142b22cccd530dc97cb08c3c2274 (diff) | |
| download | rust-c061ff4b6957572d0d1e3ed48e63d07c7946e269.tar.gz rust-c061ff4b6957572d0d1e3ed48e63d07c7946e269.zip | |
Update mod.rs
| -rw-r--r-- | src/libcore/alloc/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/alloc/mod.rs b/src/libcore/alloc/mod.rs index b1e502d8548..e1892edb7c7 100644 --- a/src/libcore/alloc/mod.rs +++ b/src/libcore/alloc/mod.rs @@ -119,7 +119,7 @@ pub enum ReallocPlacement { /// /// Unlike [`GlobalAlloc`][], zero-sized allocations are allowed in `AllocRef`. If an underlying /// allocator does not support this (like jemalloc) or return a null pointer (such as -/// `libc::malloc`), this is caught by the implementation. +/// `libc::malloc`), this must be caught by the implementation. /// /// ### Currently allocated memory /// |
