Skip to content

Commit

Permalink
Auto merge of rust-lang#85611 - rust-lang:array-mod-doc, r=jyn514
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed May 24, 2021
2 parents 9f69e2f + ed75d62 commit 3f9646d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions library/core/src/array/mod.rs
Original file line number Diff line number Diff line change
@@ -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).*
Expand Down

0 comments on commit 3f9646d

Please sign in to comment.