Skip to content

Commit 7da4782

Browse files
renato-zannonalexcrichton
authored andcommitted
---
yaml --- r: 116703 b: refs/heads/snap-stage3 c: c17af5d h: refs/heads/master i: 116701: 5d6163a 116699: acd5a9c 116695: 16c6edb 116687: 6d489dc 116671: 9ee6fce v: v3
1 parent 3355e46 commit 7da4782

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: bee4e6adac17f87b1cdc26ab69f8c0f5d82575a3
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 49fe69047776651114e014a8307c684fcb866efd
4+
refs/heads/snap-stage3: c17af5d7fdd54f727e8cc208a7643082c2f5fe93
55
refs/heads/try: 009d898a9422ac04c1aa60c0e9aff3abc5fa4672
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libcollections/treemap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ pub struct IntersectionItems<'a, T> {
761761
b: Peekable<&'a T, SetItems<'a, T>>,
762762
}
763763

764-
/// Lazy iterator producing elements in the set intersection (in-order)
764+
/// Lazy iterator producing elements in the set union (in-order)
765765
pub struct UnionItems<'a, T> {
766766
a: Peekable<&'a T, SetItems<'a, T>>,
767767
b: Peekable<&'a T, SetItems<'a, T>>,

0 commit comments

Comments
 (0)