1#[cfg(feature = "nightly")] 2pub use std::alloc::Global; 3 4#[cfg(not(feature = "nightly"))] 5pub use allocator_api2::alloc::Global;