Skip to content

Commit

Permalink
Rollup merge of rust-lang#87410 - jonas-schievink:doc-hidden-format_a…
Browse files Browse the repository at this point in the history
…rgs_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.
  • Loading branch information
JohnTitor committed Jul 24, 2021
2 parents f907d0b + 04634e8 commit 36497a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 36497a7

Please sign in to comment.