1
Fork 0

Inline docs for the heap module’s reexports

This commit is contained in:
Simon Sapin 2018-04-02 10:38:07 +02:00
parent 6c537493d0
commit 1569f8f812
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,7 @@
pub use alloc::heap::Heap;
pub use alloc_system::System;
pub use core::heap::*;
#[doc(inline)] pub use core::heap::*;
#[cfg(not(test))]
#[doc(hidden)]