Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: redundant else block --> src/cmd/validate.rs:273:28 | 273 | } else { | ____________________________^ 274 | | return fail_clierror!("Header Validation error: {e}."); 275 | | } | |_____________________^ | = help: remove the `else` block and move the contents out = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_else = note: `-W clippy::redundant-else` implied by `-W clippy::pedantic` [skip ci]
- Loading branch information