Skip to content

Commit 86a3315

Browse files
Fix unstable reason for integer to string conversion
1 parent 372d69d commit 86a3315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/fmt/num.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ macro_rules! impl_Display {
244244
#[doc(hidden)]
245245
#[unstable(
246246
feature = "fmt_internals",
247-
reason = "internal routines only exposed for testing",
247+
reason = "internal API used to convert integers to string",
248248
issue = "none"
249249
)]
250250
pub fn _fmt<'a>(self, buf: &'a mut [MaybeUninit::<u8>]) -> &'a str {

0 commit comments

Comments
 (0)