mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 05:23:07 +00:00
Add comment, which was removed by accident (again)
This commit is contained in:
parent
a9fe0ca47a
commit
66a651244e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user