1
Fork 0

Update mod.rs

This commit is contained in:
Dylan DPC 2019-11-27 10:27:30 +01:00 committed by GitHub
parent 9dc3f4b05b
commit ce9b6972c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
//! Implementations of things like `Eq` for fixed-length arrays
//! up to a certain length. Eventually we should be able to generalize
//! up to a certain length. Eventually, we should be able to generalize
//! to all lengths.
//!
//! *[See also the array primitive type](../../std/primitive.array.html).*