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
fix: resolve result_large_err by boxing large error variants
Box XRPLWebSocketException inside XRPLClientException and box
ServerInfo/ServerState variants in XRPLResult to bring enum sizes
below the 128-byte clippy threshold.
This resolves all 40 clippy::result_large_err warnings, bringing the
codebase to zero clippy warnings under -D warnings.
0 commit comments