Skip to content

Commit

Permalink
fixup! Implement support for Size::from_str()
Browse files Browse the repository at this point in the history
  • Loading branch information
mqudsi committed Apr 26, 2024
1 parent f2373e8 commit 5387e56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ mod tests_nostd;
use crate::consts::*;
#[cfg(feature = "std")]
pub use crate::fmt::{Base, SizeFormatter, Style};
use crate::sealed::AsIntermediate;
#[cfg(feature = "std")]
pub use crate::from_str::ParseSizeError;
use crate::sealed::AsIntermediate;

#[cfg(feature = "std")]
type Intermediate = f64;
Expand Down

0 comments on commit 5387e56

Please sign in to comment.