Skip to content

Commit a7a14d5

Browse files
Reexport core::NumBuffer and core::NumBufferTrait items into alloc
1 parent 381fec2 commit a7a14d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/alloc/src/fmt.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,8 @@ pub use core::fmt::{FromFn, from_fn};
608608
pub use core::fmt::{LowerExp, UpperExp};
609609
#[stable(feature = "rust1", since = "1.0.0")]
610610
pub use core::fmt::{LowerHex, Pointer, UpperHex};
611+
#[unstable(feature = "int_format_into", issue = "138215")]
612+
pub use core::fmt::{NumBuffer, NumBufferTrait};
611613

612614
#[cfg(not(no_global_oom_handling))]
613615
use crate::string;

0 commit comments

Comments
 (0)