fix: re-add unintentionally removed re-exported liballoc macros (#292)
This commit is contained in:
parent
ce9b45fe77
commit
4c8a9809ed
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ pub use winter_utils::{
|
||||||
|
|
||||||
pub mod collections {
|
pub mod collections {
|
||||||
pub use super::kv_map::*;
|
pub use super::kv_map::*;
|
||||||
|
pub use winter_utils::collections::*;
|
||||||
}
|
}
|
||||||
|
|
||||||
// UTILITY FUNCTIONS
|
// UTILITY FUNCTIONS
|
||||||
|
|
Loading…
Add table
Reference in a new issue