diff --git a/src/lib.rs b/src/lib.rs index 66eca2f..08dab40 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -392,7 +392,6 @@ impl ArrayVec { /// The `index` must be strictly less than the length of the vector. /// /// ***Panics*** if the `index` is out of bounds. - /// vector. /// /// ``` /// use arrayvec::ArrayVec;