Update std::array module doc header
Extremely outdated; not only are traits implemented on arrays of arbitrary length, those implementations are documented on the primitive type, not in this module.
This commit is contained in:
parent
d8af907491
commit
ed75d62fd5
@ -1,6 +1,4 @@
|
||||
//! Implementations of things like `Eq` for fixed-length arrays
|
||||
//! up to a certain length. Eventually, we should be able to generalize
|
||||
//! to all lengths.
|
||||
//! Helper functions and types for fixed-length arrays.
|
||||
//!
|
||||
//! *[See also the array primitive type](array).*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user