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
I've implemented this on the branch for #246. Normally, I'd do a separate PR, but #246 implements MaybeMath for AvailableSpace, and I don't want to lose those impls.
Uh oh!
There was an error while loading. Please reload this page.
Several places in our code we are doing the following pattern:
This can instead be replaced with a
maybe_clamp
to better capture what is happening and why.Originally posted by @TimJentzsch in #246 (comment)
The text was updated successfully, but these errors were encountered: