Skip to content

Commit 2c8cac8

Browse files
committed
Remove accidental const stability marker on a struct
1 parent 6e7dd2c commit 2c8cac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/array/drain.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ impl<'l, 'f, T, U, const N: usize, F: FnMut(T) -> U> Drain<'l, 'f, T, N, F> {
3131
}
3232

3333
/// See [`Drain::new`]; this is our fake iterator.
34-
#[rustc_const_unstable(feature = "array_try_map", issue = "79711")]
3534
#[unstable(feature = "array_try_map", issue = "79711")]
3635
pub(super) struct Drain<'l, 'f, T, const N: usize, F> {
3736
// FIXME(const-hack): This is essentially a slice::IterMut<'static>, replace when possible.

0 commit comments

Comments
 (0)