Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Apr 3, 2020
1 parent d8b0c5f commit c061ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/alloc/mod.rs
Expand Up @@ -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
///
Expand Down

0 comments on commit c061ff4

Please sign in to comment.