Skip to content

Commit

Permalink
Improve set mod docs
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Jan 24, 2020
1 parent c98dee9 commit 3bd6489
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/set/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//! A concurrent hash set backed by FlurryHashMap.
//! A concurrent hash set.
//!
//! See `FlurryHashSet` for details.
use crossbeam::epoch::{self, Guard};
use std::collections::hash_map::RandomState;
Expand Down

0 comments on commit 3bd6489

Please sign in to comment.