Add reason to #![unstable] tag.
Co-authored-by: jyn <github@jyn.dev>
This commit is contained in:
parent
687b3fa439
commit
bd917bbcd2
@ -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…
x
Reference in New Issue
Block a user