Update set.rs
This commit is contained in:
parent
81c47d591a
commit
f953d2564e
@ -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…
x
Reference in New Issue
Block a user