We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf1bb5 commit 70a9ad6Copy full SHA for 70a9ad6
src/array.rs
@@ -15,11 +15,11 @@
15
///
16
/// ## Safety
17
18
-/// If implemented, this trait can only be implmented by fixed-size arrays or
19
-/// types with exactly the representation of a fixed size array (of the right
20
-/// element type and capacity).
+/// This trait can *only* be implemented by fixed-size arrays or types with
+/// *exactly* the representation of a fixed size array (of the right element
+/// type and capacity).
21
22
-/// Normally this trait is an implementation detail of arrayvec and doesn't
+/// Normally this trait is an implementation detail of arrayvec and doesn’t
23
/// need implementing.
24
pub unsafe trait Array {
25
/// The array’s element type
0 commit comments