Skip to content

Commit

Permalink
Clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Feb 19, 2024
1 parent 4039b9a commit c683800
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions better-std/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#[macro_use]
pub mod map_macros;
pub use map_macros::*;

#[macro_use]
pub mod todo;
pub use todo::*;

#[macro_use]
pub mod more_pretty_assertions;
Expand Down

0 comments on commit c683800

Please sign in to comment.