Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Joe ST <joe@fbstj.net>
  • Loading branch information
scottmcm and fbstj committed Jun 9, 2019
1 parent 1f4a262 commit 8da94ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/collections/vec_deque.rs
Expand Up @@ -2713,7 +2713,7 @@ impl<T> From<Vec<T>> for VecDeque<T> {
///
/// This avoids reallocating where possible, but the conditions for that are
/// strict, and subject to change, and so shouldn't be relied upon unless the
/// `Vec<T>` came from `From<VecDeque<T>>` has hasn't been reallocated.
/// `Vec<T>` came from `From<VecDeque<T>>` and hasn't been reallocated.
///
/// # Examples
///
Expand Down

0 comments on commit 8da94ef

Please sign in to comment.