This commit is contained in:
nora 2022-09-13 22:03:24 +02:00
parent db1f1a5ad7
commit 271046694a
3 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
mod args;
mod opts;
mod std_impl;
mod rust_core_impl;
mod write;
#[macro_export]

View file

@ -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: