Skip to content

Commit

Permalink
Revert change to docs in panic section of VecDeque::split_off
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter Penninckx authored and Pieter Penninckx committed Jan 21, 2018
1 parent 81e6840 commit ea814b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/vec_deque.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ impl<T> VecDeque<T> {
///
/// # Panics
///
/// Panics if `at` is out of bounds.
/// Panics if `at > len`.
///
/// # Examples
///
Expand Down

0 comments on commit ea814b8

Please sign in to comment.