Skip to content

Re-export Entry types at top level #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

joshtriplett
Copy link
Contributor

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.

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`.
@joshtriplett
Copy link
Contributor Author

(I think the CI failure is unrelated.)

@xacrimon xacrimon merged commit 4be6f57 into xacrimon:master Jun 17, 2024
1 of 6 checks passed
@joshtriplett joshtriplett deleted the top-level-entry branch June 20, 2024 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants