Add reason to #![unstable] tag.
Co-authored-by: jyn <github@jyn.dev>
This commit is contained in:
parent
687b3fa439
commit
bd917bbcd2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#![allow(missing_debug_implementations)]
|
||||
#![unstable(feature = "fmt_internals", issue = "none")]
|
||||
#![unstable(feature = "fmt_internals", reason = "internal to format_args!", issue = "none")]
|
||||
|
||||
//! These are the lang items used by format_args!().
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue