diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2022-09-08 12:26:27 +0200 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2023-01-29 20:15:02 +0100 |
| commit | 67bb7ba3ea0ffc994db5990cc6b3c3ebc8ea425d (patch) | |
| tree | 2e1c17700165e7b3540af019233364367f1f38b8 /library/alloc/src | |
| parent | db137ba7d4415ac77e2b7601ef017ff2ca41b335 (diff) | |
| download | rust-67bb7ba3ea0ffc994db5990cc6b3c3ebc8ea425d.tar.gz rust-67bb7ba3ea0ffc994db5990cc6b3c3ebc8ea425d.zip | |
Don't re-export private/unstable ArgumentV1 from `alloc`.
Diffstat (limited to 'library/alloc/src')
| -rw-r--r-- | library/alloc/src/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/fmt.rs b/library/alloc/src/fmt.rs index eadb35cb96d..1da86e1a46a 100644 --- a/library/alloc/src/fmt.rs +++ b/library/alloc/src/fmt.rs @@ -558,7 +558,7 @@ pub use core::fmt::Alignment; #[stable(feature = "rust1", since = "1.0.0")] pub use core::fmt::Error; #[stable(feature = "rust1", since = "1.0.0")] -pub use core::fmt::{write, ArgumentV1, Arguments}; +pub use core::fmt::{write, Arguments}; #[stable(feature = "rust1", since = "1.0.0")] pub use core::fmt::{Binary, Octal}; #[stable(feature = "rust1", since = "1.0.0")] |
