diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2023-04-20 18:01:59 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2023-04-20 18:01:59 +0200 |
| commit | debf305d9e0a21244339820923bbbc1f8589a39d (patch) | |
| tree | 74151671163252c8e28c14f5b52a196f50971248 | |
| parent | 791a7f22e3360bdbbc7fb7dab9f80e19fca4dd2b (diff) | |
| download | rust-debf305d9e0a21244339820923bbbc1f8589a39d.tar.gz rust-debf305d9e0a21244339820923bbbc1f8589a39d.zip | |
Don't reexport core::fmt::rt from alloc::fmt.
| -rw-r--r-- | library/alloc/src/fmt.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/alloc/src/fmt.rs b/library/alloc/src/fmt.rs index 1da86e1a46a..e03b501ae4d 100644 --- a/library/alloc/src/fmt.rs +++ b/library/alloc/src/fmt.rs @@ -551,8 +551,6 @@ #![stable(feature = "rust1", since = "1.0.0")] -#[unstable(feature = "fmt_internals", issue = "none")] -pub use core::fmt::rt; #[stable(feature = "fmt_flags_align", since = "1.28.0")] pub use core::fmt::Alignment; #[stable(feature = "rust1", since = "1.0.0")] |
