Update set.rs
This commit is contained in:
parent
ba84d4ff81
commit
6c4616c72d
@ -100,7 +100,7 @@
|
||||
/// println!("{:?}", x);
|
||||
/// }
|
||||
/// ```
|
||||
/// HashSet with fixed list of elements can be initialized from vector:
|
||||
/// HashSet with fixed list of elements can be initialized from an array:
|
||||
/// ```
|
||||
/// use std::collections::HashSet;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user