Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-export Entry types at top level (#302)
This makes it easy to `use dashmap::{DashMap, Entry}` rather than requiring `dashmap::mapref::entry::Entry`. This also makes it convenient to use `dashmap::Entry` as a qualified type, in code that has other types named `Entry`.
- Loading branch information