Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail linter on #[warn(clippy::try_err)]
Some heavily used macros are using ? directly on an Err. Using a return is easier to read and removes hundreds of linter warnings. https://rust-lang.github.io/rust-clippy/master/index.html#try_err
- Loading branch information