fix: re-add unintentionally removed re-exported liballoc macros (#292)

This commit is contained in:
Paul Schoenfelder 2024-03-18 14:27:17 -04:00 committed by GitHub
parent ce9b45fe77
commit 4c8a9809ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ pub use winter_utils::{
pub mod collections {
pub use super::kv_map::*;
pub use winter_utils::collections::*;
}
// UTILITY FUNCTIONS