-
Mark Tyneway authored
Make a function `pure` rather than `view` to silence a compiler warning. This likely appeared after updating the version of `forge-std`. The function that was updated wrapped the `bound` function so its likely that the `bound` function was updated to be `pure` when it used to be `view`.
83b192e8