Indicate HashSet is code-like in docs.

This commit is contained in:
Corey Farwell
2017-08-01 07:44:43 -04:00
parent 9e19260286
commit 070eb3c667
+1 -1
View File
@@ -123,7 +123,7 @@ pub struct HashSet<T, S = RandomState> {
}
impl<T: Hash + Eq> HashSet<T, RandomState> {
/// Creates an empty HashSet.
/// Creates an empty `HashSet`.
///
/// # Examples
///