Skip to content

Commit 655155c

Browse files
daggy1234JohnTitor
andauthored
Update library/core/src/array/mod.rs
Co-authored-by: Yuki Okushi <[email protected]>
1 parent 2aa28ad commit 655155c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/array/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ impl<T: Ord, const N: usize> Ord for [T; N] {
382382

383383
// The Default impls cannot be done with const generics because `[T; 0]` doesn't
384384
// require Default to be implemented, and having different impl blocks for
385-
// different numbers aren't supported yet.
385+
// different numbers isn't supported yet.
386386

387387
macro_rules! array_impl_default {
388388
{$n:expr, $t:ident $($ts:ident)*} => {

0 commit comments

Comments
 (0)