Skip to content

Commit

Permalink
Pulled previus changes from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
GarkGarcia committed Mar 25, 2020
2 parents 49e0fdb + d156eaf commit 2996602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl<'a, T> PutResult<'a, T> {
pub struct TryInsertError<'a, V> {
/// A reference to the current value mapped to the key.
pub current: &'a V,
/// The value that [HashMap::try_insert] failed to insert.
/// The value that [`HashMap::try_insert`] failed to insert.
pub not_inserted: V,
}

Expand Down

0 comments on commit 2996602

Please sign in to comment.