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
Well it's a breaking change, and I wasn't certain if the flip would have other unforeseen effects, so I decided to leave it alone for now. Since crossbeam is using their own flipped copy of the traits, I suppose we can wait and see if experience reveals any new problems with that change.
Hi @cuviper, in the indexmap-rs/indexmap#253 (comment), it was mentioned that flipping
K
andQ
can avoid some annoying turbofish. The solution in the comment also applies to crossbeam-rs/crossbeam#1132.Is it a good idea to apply the flipping to this crate now?
The text was updated successfully, but these errors were encountered: