Revert "Remove private macros from documentation"

This reverts commit 033dc0123e.

This regression has been fixed:
https://github.com/rust-lang/rust/pull/88456
This commit is contained in:
dylni
2021-09-06 14:36:58 -04:00
parent 78be79aeb2
commit 933cecfd39
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -42,8 +42,6 @@ where
}
}
// https://github.com/rust-lang/rust/issues/88453
#[doc(hidden)]
macro_rules! impl_next {
( $self:ident , $split_method:ident , $swap_fn:expr ) => {{
$self
-2
View File
@@ -170,8 +170,6 @@ use std::path::Path;
use std::path::PathBuf;
use std::result;
// https://github.com/rust-lang/rust/issues/88453
#[doc(hidden)]
macro_rules! if_raw_str {
( $($item:item)+ ) => {
$(