You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I'm not 100% sure this is an issue on this crate.
(It might also be a violation of semantic versioning on indexmap side)
If you add the minor version to the dependency, this should be fixed.
E.g., 2.5.
You can reproduce the issue by pinning the version to 2.1, and you'll get something like
error[E0599]: the method `get_index_mut2` exists for struct `IndexMap<I, P, H>`, but its trait bounds were not satisfied
--> src/double_priority_queue/iterators.rs:93:14
The text was updated successfully, but these errors were encountered:
So, I'm not 100% sure this is an issue on this crate.
(It might also be a violation of semantic versioning on
indexmap
side)If you add the minor version to the dependency, this should be fixed.
E.g.,
2.5
.You can reproduce the issue by pinning the version to
2.1
, and you'll get something likeThe text was updated successfully, but these errors were encountered: