Skip to content

Commit f953d25

Browse files
authored
Update set.rs
1 parent 81c47d5 commit f953d25

File tree

1 file changed

+2
-0
lines changed
  • src/libstd/collections/hash

1 file changed

+2
-0
lines changed

src/libstd/collections/hash/set.rs

+2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ const INITIAL_CAPACITY: usize = 32;
100100
/// println!("{:?}", x);
101101
/// }
102102
/// ```
103+
///
103104
/// HashSet with fixed list of elements can be initialized from an array:
105+
///
104106
/// ```
105107
/// use std::collections::HashSet;
106108
///

0 commit comments

Comments
 (0)