We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6942111 commit 6ddaaddCopy full SHA for 6ddaadd
library/core/src/array/mod.rs
@@ -428,7 +428,6 @@ mod default_impls {
428
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}
429
}
430
431
-
432
#[lang = "array"]
433
impl<T, const N: usize> [T; N] {
434
/// Returns an array of the same size as `self`, with function `f` applied to each element
0 commit comments