Skip to content

Commit

Permalink
Quick re-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Feb 4, 2020
1 parent 658e6b1 commit e111958
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ macro_rules! load_factor {

/// A concurrent hash table.
///
/// Flurry uses an [`Guards`] to control the lifetime of the resources
/// that get stored and extracted from the map.
/// [`Guards`] are acquired through the [`epoch::pin`], [`HashMap::pin`] and [`HashMap::guard`] functions.
/// For more information, see the [`notes in the crate-level
/// Flurry uses an [`Guards`] to control the lifetime of the resources that get stored and
/// extracted from the map. [`Guards`] are acquired through the [`epoch::pin`], [`HashMap::pin`]
/// and [`HashMap::guard`] functions. For more information, see the [`notes in the crate-level
/// documentation`].
///
/// [`notes in the crate-level documentation`]: index.html#a-note-on-guard-and-memory-use
Expand Down

0 comments on commit e111958

Please sign in to comment.