Skip to content

Commit

Permalink
Add reason to #![unstable] tag.
Browse files Browse the repository at this point in the history
Co-authored-by: jyn <[email protected]>
  • Loading branch information
m-ou-se and jyn514 authored Apr 20, 2023
1 parent 687b3fa commit bd917bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/fmt/rt.rs
Original file line number Diff line number Diff line change
@@ -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!().
Expand Down

0 comments on commit bd917bb

Please sign in to comment.