mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
Auto merge of #85611 - rust-lang:array-mod-doc, r=jyn514
Update std::array module doc header This line is very 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:
commit
3f9646da57
@ -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