Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Jan 25, 2024
1 parent 4116d2b commit 3df29fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pretty/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use core::ptr;
use no_panic::no_panic;

pub mod to_fixed;
pub use to_fixed::{format64_to_fixed, Cursor};
pub use to_fixed::format64_to_fixed;

/// Print f64 to the given buffer and return number of bytes written.
///
Expand Down

0 comments on commit 3df29fa

Please sign in to comment.