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
implement Debug trait explicitly for NotAuthentic and Exceeded
This commit implements the `Debug` trait for `NotAuthentic`
and `Exceeded` explicitly such that the printed output
is guaranteed to be equal. Further, it adds some `#[inline]`
directives.
0 commit comments