Skip to content

Commit

Permalink
Fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaloJaffre committed Aug 28, 2018
1 parent 1a1a7f6 commit 1908892
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/liballoc/collections/vec_deque.rs
Expand Up @@ -1870,7 +1870,8 @@ impl<T> VecDeque<T> {
self.copy_slice(src_high);
}

// Some values now exist in both `other` and `self` but are made inaccessible in `other`.
// Some values now exist in both `other` and `self` but are made inaccessible
// in`other`.
other.tail = other.head;
}
}
Expand Down

0 comments on commit 1908892

Please sign in to comment.