Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Garrisi committed Aug 9, 2024
1 parent 3530611 commit 87a89d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ extern crate alloc;

#[cfg(not(feature = "std"))]
pub(crate) mod std {
pub use core::*;
pub use ::alloc::collections;
pub use core::*;
}

pub mod core_iterators;
Expand Down

0 comments on commit 87a89d4

Please sign in to comment.