Skip to content

Commit 67bb7ba

Browse files
committed
Don't re-export private/unstable ArgumentV1 from alloc.
1 parent db137ba commit 67bb7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ pub use core::fmt::Alignment;
558558
#[stable(feature = "rust1", since = "1.0.0")]
559559
pub use core::fmt::Error;
560560
#[stable(feature = "rust1", since = "1.0.0")]
561-
pub use core::fmt::{write, ArgumentV1, Arguments};
561+
pub use core::fmt::{write, Arguments};
562562
#[stable(feature = "rust1", since = "1.0.0")]
563563
pub use core::fmt::{Binary, Octal};
564564
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)