Update map.rs
This commit is contained in:
parent
3551008022
commit
ba84d4ff81
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ fn test_resize_policy() {
|
|||
/// println!("{:?} has {} hp", viking, health);
|
||||
/// }
|
||||
/// ```
|
||||
/// A HashMap with fixed list of elements can be initialized from vector:
|
||||
/// A HashMap with fixed list of elements can be initialized from an array:
|
||||
/// ```
|
||||
/// use std::collections::HashMap;
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue