mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
Indicate HashSet is code-like in docs.
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user