We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Default
[T; N]
Decode
1 parent 1c7521e commit 5108ccfCopy full SHA for 5108ccf
src/de.rs
@@ -641,7 +641,7 @@ impl<T: Decode + Eq + core::hash::Hash> Decode for SetOf<T> {
641
}
642
643
644
-impl<T: Decode + Default, const N: usize> Decode for [T; N] {
+impl<T: Decode, const N: usize> Decode for [T; N] {
645
fn decode_with_tag_and_constraints<D: Decoder>(
646
decoder: &mut D,
647
tag: Tag,
0 commit comments