Skip to content

Commit e932113

Browse files
authored
Rollup merge of #87410 - jonas-schievink:doc-hidden-format_args_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.
2 parents 075d3a1 + 04634e8 commit e932113

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)