We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36832fb commit 2f9cf3cCopy full SHA for 2f9cf3c
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: dc27759bd14fac7657bcc65f9a97fdd6c740f57c
+refs/heads/master: 3b3ecc9ffccb4fb8dd36d39339432c36e6f68fd1
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/libstd/treemap.rs
@@ -266,7 +266,7 @@ impl <T: Ord> TreeSet<T> {
266
}
267
268
/// Visit the values (in-order) representing the union
269
- pure fn union(&self, _other: &TreeSet<T>, _f: fn(&T) -> bool) -> TreeSet<T> {
+ pure fn union(&self, _other: &TreeSet<T>, _f: fn(&T) -> bool) {
270
fail ~"not yet implemented" // TODO
271
272
0 commit comments