File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ assert_eq!(array[2], 3);
75
75
``` toml
76
76
[dependencies .generic-array ]
77
77
features = [
78
- " more_lengths" , # Expands From/Into implementation for more array lengths
79
78
" serde" , # Serialize/Deserialize implementation
80
79
" zeroize" , # Zeroize implementation for setting array elements to zero
81
80
" const-default" , # Compile-time const default value support via trait
Original file line number Diff line number Diff line change 80
80
//! ```toml
81
81
//! [dependencies.generic-array]
82
82
//! features = [
83
- //! "more_lengths", # Expands From/Into implementation for more array lengths
84
83
//! "serde", # Serialize/Deserialize implementation
85
84
//! "zeroize", # Zeroize implementation for setting array elements to zero
86
85
//! "const-default", # Compile-time const default value support via trait
You can’t perform that action at this time.
0 commit comments