Skip to content

Commit 43df371

Browse files
committed
Revert "Remove private macros from documentation"
This reverts commit 75729ae. This regression has been fixed: rust-lang/rust#88456
1 parent fc17a26 commit 43df371

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/iter.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ where
4242
}
4343
}
4444

45-
// https://github.com/rust-lang/rust/issues/88453
46-
#[doc(hidden)]
4745
macro_rules! impl_next {
4846
( $self:ident , $split_method:ident , $swap_fn:expr ) => {{
4947
$self

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ use std::path::Path;
170170
use std::path::PathBuf;
171171
use std::result;
172172

173-
// https://github.com/rust-lang/rust/issues/88453
174-
#[doc(hidden)]
175173
macro_rules! if_raw_str {
176174
( $($item:item)+ ) => {
177175
$(

0 commit comments

Comments
 (0)