mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-12 00:51:29 +01:00
refactor: remove obsolete traits
This commit is contained in:
committed by
Bobbin Threadbare
parent
8ea37904e3
commit
a933ff2fa0
@@ -9,7 +9,6 @@ pub use alloc::{format, vec};
|
||||
#[cfg(feature = "std")]
|
||||
pub use std::{format, vec};
|
||||
|
||||
mod diff;
|
||||
mod kv_map;
|
||||
|
||||
// RE-EXPORTS
|
||||
@@ -20,7 +19,6 @@ pub use winter_utils::{
|
||||
};
|
||||
|
||||
pub mod collections {
|
||||
pub use super::diff::*;
|
||||
pub use super::kv_map::*;
|
||||
pub use winter_utils::collections::*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user