Skip to content

Commit 3f598f9

Browse files
committed
mark format_args_nl! as #[doc(hidden)]
1 parent e6e32f1 commit 3f598f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/macros/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@ pub(crate) mod builtin {
10171017
)]
10181018
#[allow_internal_unstable(fmt_internals)]
10191019
#[rustc_builtin_macro]
1020+
#[doc(hidden)]
10201021
#[macro_export]
10211022
macro_rules! format_args_nl {
10221023
($fmt:expr) => {{ /* compiler built-in */ }};

0 commit comments

Comments
 (0)