trivial cfg(bootstrap) changes

This commit is contained in:
Pietro Albini
2022-04-05 22:42:23 +02:00
parent e96538aeeb
commit 181d28bb61
42 changed files with 176 additions and 314 deletions

View File

@@ -395,7 +395,6 @@ macro_rules! array_impl_default {
array_impl_default! {32, T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T}
#[cfg_attr(bootstrap, lang = "array")]
impl<T, const N: usize> [T; N] {
/// Returns an array of the same size as `self`, with function `f` applied to each element
/// in order.