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
add lint `manual_next_back`
changelog: [`manual_next_back`]: checks for manual reverse iteration (`.rev().next()`) of a `DoubleEndedIterator`
fixesrust-lang#10274
It might be a good idea to cut down the interface a bit and the
unsafe
code needs to be replaced because it depends on the drop flag.The text was updated successfully, but these errors were encountered: