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 clippy::question_mark warnings in FFI load() impls
Replace match expressions that can be simplified with ? operator
in the SessionPersister::load() implementations for both sender
and receiver FFI persisters.
Disclosure: I consulted Claude to understand the codebase structure,
but the solution was authored by myself.
0 commit comments