diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-08-26 10:17:31 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-08-26 10:17:31 +0200 |
| commit | 3e16d4af7f6b0524434e758331a7cb3013a69791 (patch) | |
| tree | 1330e15d4ed14af1ab9786c4ed0d70cfdc2b869d /library/core/src/array | |
| parent | e88d79ca41181f5f306fe2ef25510318556bc963 (diff) | |
| download | rust-3e16d4af7f6b0524434e758331a7cb3013a69791.tar.gz rust-3e16d4af7f6b0524434e758331a7cb3013a69791.zip | |
apply bootstrap cfgs
Diffstat (limited to 'library/core/src/array')
| -rw-r--r-- | library/core/src/array/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index 88795d8429d..f85be5584e3 100644 --- a/library/core/src/array/mod.rs +++ b/library/core/src/array/mod.rs @@ -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 |
