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.
2 parents fd4a646 + 841ca14 commit 9932cedCopy full SHA for 9932ced
src/lib.rs
@@ -522,7 +522,7 @@ impl<A: Array> ArrayVec<A> {
522
/// This method is `unsafe` because it changes the notion of the
523
/// number of “valid” elements in the vector. Use with care.
524
///
525
- /// This method uses *debug assertions* to check that check that `length` is
+ /// This method uses *debug assertions* to check that `length` is
526
/// not greater than the capacity.
527
#[inline]
528
pub unsafe fn set_len(&mut self, length: usize) {
0 commit comments