Skip to content

Commit

Permalink
impl Send for Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Feb 25, 2024
1 parent 40579b9 commit 6b2245b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,13 @@ where
}
}

unsafe impl<T, C> Send for Entry<'_, T, C>
where
T: Sync,
C: cfg::Config,
{
}

// === impl VacantEntry ===

impl<'a, T, C: cfg::Config> VacantEntry<'a, T, C> {
Expand Down

0 comments on commit 6b2245b

Please sign in to comment.