We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
core::array
1 parent 0ec9459 commit 04e8237Copy full SHA for 04e8237
library/core/src/array/mod.rs
@@ -32,9 +32,6 @@ pub use iter::IntoIter;
32
/// Note that the traits [`AsRef`] and [`AsMut`] provide similar methods for types that
33
/// may not be fixed-size arrays. Implementors should prefer those traits
34
/// instead.
35
-///
36
-/// [`AsRef`]: ../convert/trait.AsRef.html
37
-/// [`AsMut`]: ../convert/trait.AsMut.html
38
#[unstable(feature = "fixed_size_array", issue = "27778")]
39
pub unsafe trait FixedSizeArray<T> {
40
/// Converts the array to immutable slice
0 commit comments