Skip to content

Commit a92594d

Browse files
authored
Entry is an enum not a struct
1 parent 7220fbb commit a92594d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

Diff for: src/libstd/collections/hash/map.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ pub struct RawEntryBuilderMut<'a, K: 'a, V: 'a, S: 'a> {
18601860
/// This `enum` is constructed from the [`raw_entry`] method on [`HashMap`].
18611861
///
18621862
/// [`HashMap`]: struct.HashMap.html
1863-
/// [`Entry`]: struct.Entry.html
1863+
/// [`Entry`]: enum.Entry.html
18641864
/// [`raw_entry`]: struct.HashMap.html#method.raw_entry
18651865
#[unstable(feature = "hash_raw_entry", issue = "54043")]
18661866
pub enum RawEntryMut<'a, K: 'a, V: 'a, S: 'a> {

0 commit comments

Comments
 (0)