Skip to content

Commit

Permalink
Update library/core/src/array/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
  • Loading branch information
daggy1234 and JohnTitor authored Mar 8, 2021
1 parent 2aa28ad commit 655155c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/array/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ impl<T: Ord, const N: usize> Ord for [T; N] {

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

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

0 comments on commit 655155c

Please sign in to comment.