We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GlobalAlloc::alloc
1 parent 852be72 commit b2392fdCopy full SHA for b2392fd
src/libcore/alloc.rs
@@ -459,7 +459,7 @@ pub unsafe trait GlobalAlloc {
459
/// # Errors
460
///
461
/// Returning a null pointer indicates that either memory is exhausted
462
- /// or `layout` does not meet allocator's size or alignment constraints.
+ /// or `layout` does not meet this allocator's size or alignment constraints.
463
464
/// Implementations are encouraged to return null on memory
465
/// exhaustion rather than aborting, but this is not
0 commit comments