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
Fixes offenses, either by masking to show that truncation is expected,
using `TryFrom` and `?` to convert to `Error::Internal` if the
conversion fails, or starting with a narrower type and widening instead
of trying to go the other direction.
0 commit comments