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
The current implementation wants a continuous allocated rhs, an invalid method call 'rhs.as_slice_mut().unwrap()' throws out a confusing runtime message 'called on Option::unwrap() on a None value'.
Should it be improved with a Result error?
The text was updated successfully, but these errors were encountered:
The current implementation wants a continuous allocated rhs, an invalid method call 'rhs.as_slice_mut().unwrap()' throws out a confusing runtime message 'called on Option::unwrap() on a None value'.
Should it be improved with a Result error?
The text was updated successfully, but these errors were encountered: