Remove accidental const stability marker on a struct
This commit is contained in:
parent
06cafcbe08
commit
0ebd56ebbb
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ impl<'l, 'f, T, U, const N: usize, F: FnMut(T) -> U> Drain<'l, 'f, T, N, F> {
|
|||
}
|
||||
|
||||
/// See [`Drain::new`]; this is our fake iterator.
|
||||
#[rustc_const_unstable(feature = "array_try_map", issue = "79711")]
|
||||
#[unstable(feature = "array_try_map", issue = "79711")]
|
||||
pub(super) struct Drain<'l, 'f, T, const N: usize, F> {
|
||||
// FIXME(const-hack): This is essentially a slice::IterMut<'static>, replace when possible.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue