Skip to content

Commit

Permalink
Make use statement crate-public too.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranchuFranchu committed Mar 4, 2024
1 parent 6167449 commit dc5bc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ mod stats;
pub(crate) use bi_enum::*;
pub(crate) use create_var::*;
pub(crate) use deref::*;
pub use maybe_grow::*;
pub(crate) use maybe_grow::*;
pub use stats::*;

0 comments on commit dc5bc04

Please sign in to comment.