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
causes my test to panic. It looks like this could be mitigated by calling self.exists() before attempting to pluck the value out or using the Vec::get method to safely get that value out.
I ran into a situation where
rust-vfs/src/impls/memory.rs
Line 200 in 19c1e07
self.exists()before attempting to pluck the value out or using theVec::getmethod to safely get that value out.(Originally published at: https://jacky.wtf/2022/4/rf/rfC0gc2rn9hwfkifMaPBgeAE)
The text was updated successfully, but these errors were encountered: