diff --git a/library/core/src/macros/mod.rs b/library/core/src/macros/mod.rs index 3ca8f27c79ab7..07ee589e29f56 100644 --- a/library/core/src/macros/mod.rs +++ b/library/core/src/macros/mod.rs @@ -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 {