We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
core::NumBuffer
core::NumBufferTrait
alloc
1 parent 381fec2 commit a7a14d5Copy full SHA for a7a14d5
library/alloc/src/fmt.rs
@@ -608,6 +608,8 @@ pub use core::fmt::{FromFn, from_fn};
608
pub use core::fmt::{LowerExp, UpperExp};
609
#[stable(feature = "rust1", since = "1.0.0")]
610
pub use core::fmt::{LowerHex, Pointer, UpperHex};
611
+#[unstable(feature = "int_format_into", issue = "138215")]
612
+pub use core::fmt::{NumBuffer, NumBufferTrait};
613
614
#[cfg(not(no_global_oom_handling))]
615
use crate::string;
0 commit comments