Rollup merge of #87410 - jonas-schievink:doc-hidden-format_args_nl, r=nagisa
Mark `format_args_nl` as `#[doc(hidden)]` It's described as being internal-only and has no tracking issue, so hide it from public docs.
This commit is contained in:
commit
e932113c7e
1 changed files with 1 additions and 0 deletions
|
@ -845,6 +845,7 @@ pub(crate) mod builtin {
|
|||
language use and is subject to change"
|
||||
)]
|
||||
#[allow_internal_unstable(fmt_internals)]
|
||||
#[doc(hidden)]
|
||||
#[rustc_builtin_macro]
|
||||
#[macro_export]
|
||||
macro_rules! format_args_nl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue