mirror of
https://github.com/Noratrieb/mono-fmt.git
synced 2026-01-14 15:25:08 +01:00
rename
This commit is contained in:
parent
db1f1a5ad7
commit
271046694a
3 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
mod args;
|
||||
mod opts;
|
||||
mod std_impl;
|
||||
mod rust_core_impl;
|
||||
mod write;
|
||||
|
||||
#[macro_export]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ use std::{
|
|||
ptr, slice, str,
|
||||
};
|
||||
|
||||
use crate::{self as fmt, std_impl::numfmt, FmtOpts, Write};
|
||||
use crate::{self as fmt, rust_core_impl::numfmt, FmtOpts, Write};
|
||||
|
||||
#[doc(hidden)]
|
||||
trait DisplayInt:
|
||||
Loading…
Add table
Add a link
Reference in a new issue