Skip to content

Commit cdf1d7d

Browse files
committed
Revert "Make drop impl stable for DrainFilter"
This reverts commit 00acdbd.
1 parent 00acdbd commit cdf1d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/linked_list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ impl<'a, T, F> Iterator for DrainFilter<'a, T, F>
10711071
}
10721072
}
10731073

1074-
#[stable(feature = "drain_filter_drop", since = "1.25.0")]
1074+
#[unstable(feature = "drain_filter", reason = "recently added", issue = "43244")]
10751075
impl<'a, T, F> Drop for DrainFilter<'a, T, F>
10761076
where F: FnMut(&mut T) -> bool,
10771077
{

0 commit comments

Comments
 (0)