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 c1b7250 commit 16aabf7Copy full SHA for 16aabf7
src/lib.rs
@@ -257,7 +257,8 @@ impl<A: Array> ArrayVec<A> {
257
/// It is an error if the index is greater than the length or if the
258
/// arrayvec is full.
259
///
260
- /// ***Panics*** on errors. See `try_result` for fallible version.
+ /// ***Panics*** if the array is full or the `index` is out of bounds. See
261
+ /// `try_insert` for fallible version.
262
263
/// ```
264
/// use arrayvec::ArrayVec;
0 commit comments