diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2021-07-23 19:04:07 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2021-07-23 19:04:07 +0200 |
| commit | 04634e88a35d8989966c181e326e41ed1973d35e (patch) | |
| tree | 122299098627c73ca01465e35402ff9239aff5f7 | |
| parent | 0443424954f32d94f847322e85c77df50d44f80f (diff) | |
| download | rust-04634e88a35d8989966c181e326e41ed1973d35e.tar.gz rust-04634e88a35d8989966c181e326e41ed1973d35e.zip | |
Mark `format_args_nl` as `#[doc(hidden)]`
| -rw-r--r-- | library/core/src/macros/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/core/src/macros/mod.rs b/library/core/src/macros/mod.rs index 3ca8f27c79a..07ee589e29f 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 { |
