Browse Source
fix: re-add unintentionally removed re-exported liballoc macros (#292)
al-falcon-test-vectors
Paul Schoenfelder
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
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
|
|
|
|