Update set.rs

This commit is contained in:
Frank Rehberger 2016-09-27 10:32:21 +02:00 committed by GitHub
parent 81c47d591a
commit f953d2564e

View File

@ -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;
///