1
Fork 0

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:
Manish Goregaokar 2021-07-24 09:52:02 -07:00 committed by GitHub
commit e932113c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {