Skip to content

Commit

Permalink
fix: re-add unintentionally removed re-exported liballoc macros (0xPo…
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker authored Mar 18, 2024
1 parent ce9b45f commit 4c8a980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub use winter_utils::{

pub mod collections {
pub use super::kv_map::*;
pub use winter_utils::collections::*;
}

// UTILITY FUNCTIONS
Expand Down

0 comments on commit 4c8a980

Please sign in to comment.