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
journal: take mutable references for C interior mutability
This commit changes some methods signature to take mutable references
wherever the FFI implies some internal status mutation by the C API.
While this is not stricly needed by Rust rules, it helps in explicitly
conveying the semantic across the layers.
0 commit comments