Skip to content

Commit 04634e8

Browse files
Mark format_args_nl as #[doc(hidden)]
1 parent 0443424 commit 04634e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/macros/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,7 @@ pub(crate) mod builtin {
845845
language use and is subject to change"
846846
)]
847847
#[allow_internal_unstable(fmt_internals)]
848+
#[doc(hidden)]
848849
#[rustc_builtin_macro]
849850
#[macro_export]
850851
macro_rules! format_args_nl {

0 commit comments

Comments
 (0)