We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 282d258 + 04e8237 commit 648ad7cCopy full SHA for 648ad7c
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