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
Most of the repo uses a bare `?` operator to convert numeric types, but
some places use `.map_err(E::Numeric)?`.
Use the bare `?` operator everywhere for consistency.
0 commit comments