remove cfg(bootstrap)
This commit is contained in:
committed by
Mark Rousskov
parent
1c9500a8f4
commit
9e22b844dd
@@ -198,7 +198,7 @@ pub trait FromIterator<A>: Sized {
|
||||
/// }
|
||||
/// ```
|
||||
#[rustc_diagnostic_item = "IntoIterator"]
|
||||
#[cfg_attr(not(bootstrap), rustc_skip_array_during_method_dispatch)]
|
||||
#[rustc_skip_array_during_method_dispatch]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub trait IntoIterator {
|
||||
/// The type of the elements being iterated over.
|
||||
|
||||
Reference in New Issue
Block a user