Skip to content

API draft for the rewrite #24

API draft for the rewrite

API draft for the rewrite #24

Triggered via pull request October 12, 2025 17:36
Status Success
Total duration 35s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
this `if` statement can be collapsed: winapps/src/lib.rs#L10
warning: this `if` statement can be collapsed --> winapps/src/dirs.rs:10:5 | 10 | / if let Ok(false) = path.try_exists() { 11 | | if let Err(e) = fs::create_dir_all(path) { 12 | | bail!(e); 13 | | } 14 | | } | |_____^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if = note: `#[warn(clippy::collapsible_if)]` on by default help: collapse nested if block | 10 ~ if let Ok(false) = path.try_exists() 11 ~ && let Err(e) = fs::create_dir_all(path) { 12 | bail!(e); 13 ~ } |
check
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
check
clippy-action doesn't have permissions to create Check Runs, disabling!