feat: implement inputs
and outputs
hash based task skipping
#1841
Annotations
5 errors
Run clippy:
src/task/task_hash.rs#L110
called `map(f)` on an `Option` value where `f` is a closure that returns the unit type `()`
|
Run clippy:
src/task/task_hash.rs#L111
called `map(f)` on an `Option` value where `f` is a closure that returns the unit type `()`
|
Run clippy:
src/task/task_hash.rs#L131
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
|
Run clippy:
src/task/task_hash.rs#L150
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
|
Run clippy
Process completed with exit code 101.
|
Loading