Skip to content

Commit 5c22587

Browse files
authored
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.
1 parent 96b29d6 commit 5c22587

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)