API draft for the rewrite #10
Annotations
6 warnings
|
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
|
|
winapps/src/lib.rs#L5
warning: unused imports: `PathBuf` and `Path`
--> winapps/src/remote_client/freerdp.rs:5:12
|
5 | path::{Path, PathBuf},
| ^^^^ ^^^^^^^
|
|
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};
| ^^^^^^^^
|
|
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
|
|
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
|
|
The logs for this run have expired and are no longer available.
Loading