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
{{ message }}
This repository was archived by the owner on Aug 27, 2025. It is now read-only.
Mark DecodeError and EncodeError as non_exhaustive
Adding `#[non_exhaustive]` to `DecodeError` and `EncodeError`, so
adding new enum variant will not breaking API.
Signed-off-by: Gris Ge <[email protected]>
0 commit comments