Skip to content

Commit 3429486

Browse files
committed
std: Add missing stability for core::fmt
The `Arguments::new_v1_formatted` function was accidentally left out when this module was stabilized.
1 parent cca1cf6 commit 3429486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/fmt/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ impl<'a> Arguments<'a> {
197197
/// created with `argumentuint`. However, failing to do so doesn't cause
198198
/// unsafety, but will ignore invalid .
199199
#[doc(hidden)] #[inline]
200+
#[stable(feature = "rust1", since = "1.0.0")]
200201
pub fn new_v1_formatted(pieces: &'a [&'a str],
201202
args: &'a [ArgumentV1<'a>],
202203
fmt: &'a [rt::v1::Argument]) -> Arguments<'a> {

0 commit comments

Comments
 (0)