mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
auto merge of #13821 : aochagavia/rust/pr3, r=alexcrichton
This commit is contained in:
commit
3e284eeb21
@ -1288,7 +1288,7 @@ impl<T:Eq> Vec<T> {
|
||||
// +---+---+---+---+---+---+
|
||||
// w
|
||||
//
|
||||
// Comparing self[r] against self[w-1], tis is not a duplicate, so
|
||||
// Comparing self[r] against self[w-1], this is not a duplicate, so
|
||||
// we swap self[r] and self[w] (no effect as r==w) and then increment both
|
||||
// r and w, leaving us with:
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user