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
Instead of having people use as_slice_less_safe() as in input.as_slice_less_safe().first().ok_or(...)?, or having them go throw Reader, let them write input.first().ok_or(...)?.
The text was updated successfully, but these errors were encountered:
Instead of having people use
as_slice_less_safe()
as ininput.as_slice_less_safe().first().ok_or(...)?
, or having them go throwReader
, let them writeinput.first().ok_or(...)?
.The text was updated successfully, but these errors were encountered: