Skip to content

Commit debf305

Browse files
committed
Don't reexport core::fmt::rt from alloc::fmt.
1 parent 791a7f2 commit debf305

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/alloc/src/fmt.rs

-2
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,6 @@
551551
552552
#![stable(feature = "rust1", since = "1.0.0")]
553553

554-
#[unstable(feature = "fmt_internals", issue = "none")]
555-
pub use core::fmt::rt;
556554
#[stable(feature = "fmt_flags_align", since = "1.28.0")]
557555
pub use core::fmt::Alignment;
558556
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)