Skip to content

Commit 070eb3c

Browse files
committed
Indicate HashSet is code-like in docs.
1 parent 9e19260 commit 070eb3c

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/collections/hash

1 file changed

+1
-1
lines changed

src/libstd/collections/hash/set.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ pub struct HashSet<T, S = RandomState> {
123123
}
124124

125125
impl<T: Hash + Eq> HashSet<T, RandomState> {
126-
/// Creates an empty HashSet.
126+
/// Creates an empty `HashSet`.
127127
///
128128
/// # Examples
129129
///

0 commit comments

Comments
 (0)