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:
bstrie
2021-05-23 15:55:27 -04:00
committed by GitHub
parent d8af907491
commit ed75d62fd5

View File

@@ -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).*