Skip to content

Experimental workflow (#367) #2

Experimental workflow (#367)

Experimental workflow (#367) #2

Triggered via push December 4, 2023 23:29
Status Failure
Total duration
Artifacts

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

1 error and 3 warnings
Error
No event triggers defined in `on`
unneeded `return` statement: lib/src/atoms/file/unarchive.rs#L38
warning: unneeded `return` statement --> lib/src/atoms/file/unarchive.rs:38:9 | 38 | / return Ok(Outcome { 39 | | side_effects: vec![], 40 | | should_run: self.origin.exists(), 41 | | }); | |__________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default = help: remove `return`
redundant clone: lib/src/atoms/directory/remove.rs#L88
warning: redundant clone --> lib/src/atoms/directory/remove.rs:88:30 | 88 | target: file_path.clone(), | ^^^^^^^^ help: remove this | note: this value is dropped without further use --> lib/src/atoms/directory/remove.rs:88:21 | 88 | target: file_path.clone(), | ^^^^^^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone = note: `#[warn(clippy::redundant_clone)]` on by default
unneeded `return` statement: lib/src/atoms/file/unarchive.rs#L38
warning: unneeded `return` statement --> lib/src/atoms/file/unarchive.rs:38:9 | 38 | / return Ok(Outcome { 39 | | side_effects: vec![], 40 | | should_run: self.origin.exists(), 41 | | }); | |__________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default = help: remove `return`