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: Add missing stdin to rust-shadow of MemPreserver
The only thing `MemPreserver` guarantees is that it does not modify
memory. Everything else is allowed, including reading from standard-in.
This must be reflected in the trait and its test function.
0 commit comments