File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/libcollections Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: bee4e6adac17f87b1cdc26ab69f8c0f5d82575a3
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 49fe69047776651114e014a8307c684fcb866efd
4
+ refs/heads/snap-stage3: c17af5d7fdd54f727e8cc208a7643082c2f5fe93
5
5
refs/heads/try: 009d898a9422ac04c1aa60c0e9aff3abc5fa4672
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -761,7 +761,7 @@ pub struct IntersectionItems<'a, T> {
761
761
b : Peekable < & ' a T , SetItems < ' a , T > > ,
762
762
}
763
763
764
- /// Lazy iterator producing elements in the set intersection (in-order)
764
+ /// Lazy iterator producing elements in the set union (in-order)
765
765
pub struct UnionItems < ' a , T > {
766
766
a : Peekable < & ' a T , SetItems < ' a , T > > ,
767
767
b : Peekable < & ' a T , SetItems < ' a , T > > ,
You can’t perform that action at this time.
0 commit comments