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

@@ -362,7 +362,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(not(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