Skip to content

Commit

Permalink
Update std::array module doc header
Browse files Browse the repository at this point in the history
Extremely 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
bstrie authored May 23, 2021
1 parent d8af907 commit ed75d62
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 ed75d62

Please sign in to comment.