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 85a4e6c commit 39348f6Copy full SHA for 39348f6
[refs]
@@ -2,7 +2,7 @@
2
refs/heads/master: 19dfec2aaf746535de1521f68421f9980dbf25de
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
-refs/heads/try: 90cee95e51abb3d97b4bd8c85186099a3955307e
+refs/heads/try: 4b8dfad5cd33ee74acaaae79077346c0f2a25277
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278
branches/try/src/libcore/hashmap.rs
@@ -668,6 +668,7 @@ mod test_map {
668
#[test]
669
mod test_set {
670
use super::*;
671
+ use vec;
672
673
674
fn test_disjoint() {
0 commit comments