We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc17a26 commit 43df371Copy full SHA for 43df371
src/iter.rs
@@ -42,8 +42,6 @@ where
42
}
43
44
45
-// https://github.com/rust-lang/rust/issues/88453
46
-#[doc(hidden)]
47
macro_rules! impl_next {
48
( $self:ident , $split_method:ident , $swap_fn:expr ) => {{
49
$self
src/lib.rs
@@ -170,8 +170,6 @@ use std::path::Path;
170
use std::path::PathBuf;
171
use std::result;
172
173
174
175
macro_rules! if_raw_str {
176
( $($item:item)+ ) => {
177
$(
0 commit comments