Skip to content

Commit bd917bb

Browse files
m-ou-sejyn514
andauthored
Add reason to #![unstable] tag.
Co-authored-by: jyn <[email protected]>
1 parent 687b3fa commit bd917bb

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/fmt

1 file changed

+1
-1
lines changed

library/core/src/fmt/rt.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![allow(missing_debug_implementations)]
2-
#![unstable(feature = "fmt_internals", issue = "none")]
2+
#![unstable(feature = "fmt_internals", reason = "internal to format_args!", issue = "none")]
33

44
//! These are the lang items used by format_args!().
55

0 commit comments

Comments
 (0)