Snap cfgs

This commit is contained in:
Mark Rousskov
2019-11-06 08:09:55 -05:00
parent f4edc81ac4
commit 997feacddd
17 changed files with 34 additions and 189 deletions

View File

@@ -14,10 +14,8 @@ use crate::hash::{Hash, self};
use crate::marker::Unsize;
use crate::slice::{Iter, IterMut};
#[cfg(not(bootstrap))]
mod iter;
#[cfg(not(bootstrap))]
#[unstable(feature = "array_value_iter", issue = "65798")]
pub use iter::IntoIter;