Skip to content

Commit

Permalink
Mark format_args_nl as #[doc(hidden)]
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Jul 23, 2021
1 parent 0443424 commit 04634e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/core/src/macros/mod.rs
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 04634e8

Please sign in to comment.