We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498a8f3 commit ee3463eCopy full SHA for ee3463e
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