Fill tracking issue number for array_value_iter and fix Rust version

This commit is contained in:
Lukas Kalbertodt
2019-10-25 10:50:21 +02:00
parent dd2df8f97d
commit dcf3436899
2 changed files with 11 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ use crate::slice::{Iter, IterMut};
mod iter;
#[cfg(not(bootstrap))]
#[unstable(feature = "array_value_iter", issue = "0")]
#[unstable(feature = "array_value_iter", issue = "65798")]
pub use iter::IntoIter;
/// Utility trait implemented only on arrays of fixed size