We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d9f57a + ee3463e commit c1111dfCopy full SHA for c1111df
src/libcore/array.rs
@@ -89,7 +89,7 @@ macro_rules! __impl_slice_eq2 {
89
}
90
91
92
-// macro for implementing n-ary tuple functions and operations
+// macro for implementing n-element array functions and operations
93
macro_rules! array_impls {
94
($($N:expr)+) => {
95
$(
0 commit comments