Skip to content

Commit 3f9646d

Browse files
committed
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.
2 parents 9f69e2f + ed75d62 commit 3f9646d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

library/core/src/array/mod.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//! Implementations of things like `Eq` for fixed-length arrays
2-
//! up to a certain length. Eventually, we should be able to generalize
3-
//! to all lengths.
1+
//! Helper functions and types for fixed-length arrays.
42
//!
53
//! *[See also the array primitive type](array).*
64

0 commit comments

Comments
 (0)