Add comment, which was removed by accident (again)

This commit is contained in:
Tim Diekmann 2020-08-18 10:00:31 +02:00
parent a9fe0ca47a
commit 66a651244e

View File

@ -187,6 +187,8 @@ impl System {
}
}
// The AllocRef impl checks the layout size to be non-zero and forwards to the GlobalAlloc impl,
// which is in `std::sys::*::alloc`.
#[unstable(feature = "allocator_api", issue = "32838")]
unsafe impl AllocRef for System {
#[inline]