Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress compiler warnings, due to never type (!)
As per <rust-lang/rust#123748> ! will no longer degrades into () which in this situation breaks type deduction; so specify it explicitly.
- Loading branch information