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
Currently it doesn't seem possible to use allow/expect attributes to allow a single unwrap/expect call in a function that returns Result. We can only ignore allunwrap/expect calls in a -> Result function by putting the attribute on the function. This makes it very easy to accidentally add new calls when only one call in particular was meant to be allowed. It should be possible to put the attribute on the specific call.