Skip to content

Commit

Permalink
chore(*): finalize SCC 2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Aug 15, 2024
1 parent 913926f commit 2c3d7f9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/hash_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -537,13 +537,8 @@ where

/// Upserts a key-value pair into the [`HashMap`].
///
/// Returns the old value if the [`HashMap`] has this key present, or returns `None`.
///
/// It is an asynchronous method returning an `impl Future` for the caller to await.
///
/// # Errors
///
/// Returns an error along with the supplied key-value pair if the key exists.
/// Returns the old value if the [`HashMap`] has this key present, or returns `None`. It is an
/// asynchronous method returning an `impl Future` for the caller to await.
///
/// # Examples
///
Expand Down

0 comments on commit 2c3d7f9

Please sign in to comment.