Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: redundant closure found --> src/bin/aocf.rs:207:14 | 207 | .map(|f| Aoc::load_json_from(f)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove closure as shown: `Aoc::load_json_from` | = note: `#[warn(clippy::redundant_closure)]` on by default = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
- Loading branch information