Skip to content

Commit

Permalink
chore: fix doc test
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Sep 10, 2024
1 parent 803fb87 commit f9fb1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//! It also provides its human readable string as follows:
//!
//! ```
//! # use foyer_bytesize as bytesize;
//! use bytesize::ByteSize;
//!
//! assert_eq!("482.4 GiB", ByteSize::gb(518).to_string_as(true));
Expand Down

0 comments on commit f9fb1f3

Please sign in to comment.