Skip to content

API draft for the rewrite #10

API draft for the rewrite

API draft for the rewrite #10

Triggered via pull request September 4, 2025 19:05
Status Success
Total duration 34s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
method `get_installed_apps` is never used: winapps/src/lib.rs#L49
warning: method `get_installed_apps` is never used --> winapps/src/backend/mod.rs:49:8 | 29 | impl Config { | ----------- method in this implementation ... 49 | fn get_installed_apps(&'static self) -> Result<Vec<App>> { | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
unused imports: `PathBuf` and `Path`: winapps/src/lib.rs#L5
warning: unused imports: `PathBuf` and `Path` --> winapps/src/remote_client/freerdp.rs:5:12 | 5 | path::{Path, PathBuf}, | ^^^^ ^^^^^^^
unused import: `Backends`: winapps/src/lib.rs#L1
warning: unused import: `Backends` --> winapps/src/command.rs:1:30 | 1 | use crate::{ensure, Backend, Backends, Config, Error, IntoResult, Result}; | ^^^^^^^^
unused import: `Command`: winapps/src/lib.rs#L2
warning: unused import: `Command` --> winapps/src/backend/container.rs:2:24 | 2 | command::{command, Command}, | ^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
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!