document LinearMap::new
This commit is contained in:
parent
acde90dc1c
commit
dbfe21edda
1 changed files with 1 additions and 0 deletions
|
|
@ -348,6 +348,7 @@ pub mod linear {
|
|||
}
|
||||
|
||||
pub impl<K:Hash IterBytes Eq,V> LinearMap<K,V> {
|
||||
/// Create an empty LinearMap
|
||||
static fn new() -> LinearMap<K, V> {
|
||||
linear_map_with_capacity(INITIAL_CAPACITY)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue