Skip to content

Commit

Permalink
chore(*): finalize SCC 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Nov 15, 2024
1 parent 99032a0 commit 0ef7f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hash_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ where
///
/// let hashcache: HashCache<u64, u32, RandomState> = HashCache::with_hasher(RandomState::new());
/// ```
#[cfg(not(feature = "loom"))]
#[inline]
pub const fn with_hasher(build_hasher: H) -> Self {
HashCache {
Expand Down
1 change: 1 addition & 0 deletions src/hash_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ where
/// let hashindex: HashIndex<u64, u32, RandomState> =
/// HashIndex::with_hasher(RandomState::new());
/// ```
#[cfg(not(feature = "loom"))]
#[inline]
pub const fn with_hasher(build_hasher: H) -> Self {
Self {
Expand Down

0 comments on commit 0ef7f3a

Please sign in to comment.