Skip to content

Commit c061ff4

Browse files
authored
Update mod.rs
1 parent d8b0c5f commit c061ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/alloc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub enum ReallocPlacement {
119119
///
120120
/// Unlike [`GlobalAlloc`][], zero-sized allocations are allowed in `AllocRef`. If an underlying
121121
/// allocator does not support this (like jemalloc) or return a null pointer (such as
122-
/// `libc::malloc`), this is caught by the implementation.
122+
/// `libc::malloc`), this must be caught by the implementation.
123123
///
124124
/// ### Currently allocated memory
125125
///

0 commit comments

Comments
 (0)