Skip to content

Commit dbfe21e

Browse files
committed
document LinearMap::new
1 parent acde90d commit dbfe21e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/hashmap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ pub mod linear {
348348
}
349349

350350
pub impl<K:Hash IterBytes Eq,V> LinearMap<K,V> {
351+
/// Create an empty LinearMap
351352
static fn new() -> LinearMap<K, V> {
352353
linear_map_with_capacity(INITIAL_CAPACITY)
353354
}

0 commit comments

Comments
 (0)