Update set.rs
This commit is contained in:
parent
81c47d591a
commit
f953d2564e
1 changed files with 2 additions and 0 deletions
|
|
@ -100,7 +100,9 @@ const INITIAL_CAPACITY: usize = 32;
|
|||
/// println!("{:?}", x);
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
/// HashSet with fixed list of elements can be initialized from an array:
|
||||
///
|
||||
/// ```
|
||||
/// use std::collections::HashSet;
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue