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 fef9b59 commit a44a64bCopy full SHA for a44a64b
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: acde90dc1c5d13ccfd24703bddc1e2df4a52ae58
+refs/heads/master: dbfe21eddaec165e689b90e86a049ef654d35287
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/libcore/hashmap.rs
@@ -348,6 +348,7 @@ pub mod linear {
348
}
349
350
pub impl<K:Hash IterBytes Eq,V> LinearMap<K,V> {
351
+ /// Create an empty LinearMap
352
static fn new() -> LinearMap<K, V> {
353
linear_map_with_capacity(INITIAL_CAPACITY)
354
0 commit comments