We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b0c5f commit c061ff4Copy full SHA for c061ff4
src/libcore/alloc/mod.rs
@@ -119,7 +119,7 @@ pub enum ReallocPlacement {
119
///
120
/// Unlike [`GlobalAlloc`][], zero-sized allocations are allowed in `AllocRef`. If an underlying
121
/// allocator does not support this (like jemalloc) or return a null pointer (such as
122
-/// `libc::malloc`), this is caught by the implementation.
+/// `libc::malloc`), this must be caught by the implementation.
123
124
/// ### Currently allocated memory
125
0 commit comments