Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
which was just [recently stabilized in rust 1.62.0][1] and hence raises the MSRV to 1.62.0 for all HALs. Use `bool::then` instead, which takes a closure instead of a parameter but has the same effect otherwise and is available [since rust 1.50.0][2]. [1]: rust-lang/rust#96628 [2]: https://doc.rust-lang.org/stable/std/primitive.bool.html#method.then
- Loading branch information