Skip to content
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

Use IndexMap::get_index_of #571

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Use IndexMap::get_index_of #571

merged 1 commit into from
Mar 6, 2024

Conversation

cuviper
Copy link
Contributor

@cuviper cuviper commented Jul 22, 2023

Several calls to IndexMap::get_full were only using the index, which
can be more directly served by calling get_index_of.

Several calls to `IndexMap::get_full` were only using the index, which
can be more directly served by calling `get_index_of`.
@bluss bluss merged commit e219ecf into petgraph:master Mar 6, 2024
6 checks passed
@bluss
Copy link
Member

bluss commented Mar 6, 2024

Thanks!

@bluss bluss added this to the 0.6.5 milestone Mar 6, 2024
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.

None yet

2 participants