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
#11129 changed the shift, pop and last methods of vectors to return an Option instead of failing on empty vectors. These methods should probably get the same change, to be consistent
shift_ref
pop_ref
mut_last
mut_shift_ref
mut_pop_ref
The text was updated successfully, but these errors were encountered:
#11129 changed the
shift
,pop
andlast
methods of vectors to return an Option instead of failing on empty vectors. These methods should probably get the same change, to be consistentshift_ref
pop_ref
mut_last
mut_shift_ref
mut_pop_ref
The text was updated successfully, but these errors were encountered: