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 fd4a646 commit 841ca14Copy full SHA for 841ca14
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