This commit is contained in:
Lokathor
2020-01-17 22:56:18 -07:00
parent 6423cba954
commit ba3c74707e
+1 -2
View File
@@ -1,5 +1,4 @@
/// A trait for types that can be the backing store of an
/// [`ArrayVec`](ArrayVec::<A>).
/// A trait for types that are an array.
///
/// An "array", for our purposes, has the following properties:
/// * Owns some number of elements.