From 4c8a9809ed91910b953a791acc2173099af87fae Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder <955793+bitwalker@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:27:17 -0400 Subject: [PATCH] fix: re-add unintentionally removed re-exported liballoc macros (#292) --- src/utils/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 69af251..588e6d2 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -16,6 +16,7 @@ pub use winter_utils::{ pub mod collections { pub use super::kv_map::*; + pub use winter_utils::collections::*; } // UTILITY FUNCTIONS