Skip to content

Commit

Permalink
Re-export consts from crate root
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Apr 26, 2024
1 parent 7e34fca commit 7c29abf
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 @@ -173,7 +173,7 @@ mod tests;
#[cfg(test)]
mod tests_nostd;

use crate::consts::*;
pub use crate::consts::*;
#[cfg(feature = "std")]
pub use crate::fmt::{Base, SizeFormatter, Style};
#[cfg(feature = "std")]
Expand Down

0 comments on commit 7c29abf

Please sign in to comment.