rust-lightning/.github/workflows
Jeffrey Czyz b4c3a33f29
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
2021-08-02 10:32:02 -05:00
..
build.yml Fail linter on #[warn(clippy::try_err)] 2021-08-02 10:32:02 -05:00