apply bootstrap cfgs

This commit is contained in:
Pietro Albini
2020-08-26 10:17:31 +02:00
parent e88d79ca41
commit 3e16d4af7f
14 changed files with 25 additions and 26 deletions

View File

@@ -235,7 +235,7 @@ pub trait IntoIterator {
/// assert_eq!(Some(3), iter.next());
/// assert_eq!(None, iter.next());
/// ```
#[cfg_attr(not(bootstrap), lang = "into_iter")]
#[lang = "into_iter"]
#[stable(feature = "rust1", since = "1.0.0")]
fn into_iter(self) -> Self::IntoIter;
}