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

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