Skip to content

Commit 9607411

Browse files
add missing PartialOrd impl doc for array
1 parent b80fe55 commit 9607411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/array/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ where
360360
}
361361
}
362362

363+
/// Implements comparison of arrays [lexicographically](Ord#lexicographical-comparison).
363364
#[stable(feature = "rust1", since = "1.0.0")]
364365
impl<T: PartialOrd, const N: usize> PartialOrd for [T; N] {
365366
#[inline]

0 commit comments

Comments
 (0)