WIP: FPX toml Wizard #62
Annotations
2 warnings
Create binary for x86_64-unknown-linux-gnu
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Create binary for x86_64-unknown-linux-gnu:
fpx/src/config.rs#L54
[clippy] reported by reviewdog 🐶
warning: this returns a `Result<_, ()>`
--> fpx/src/config.rs:54:5
|
54 | pub fn save(&self, path: String) -> Result<(), ()> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: use a custom `Error` type instead
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
= note: `#[warn(clippy::result_unit_err)]` on by default
Raw Output:
fpx/src/config.rs:54:5:w:warning: this returns a `Result<_, ()>`
--> fpx/src/config.rs:54:5
|
54 | pub fn save(&self, path: String) -> Result<(), ()> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: use a custom `Error` type instead
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
= note: `#[warn(clippy::result_unit_err)]` on by default
__END__
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
fpx_x86_64-unknown-linux-gnu
Expired
|
7.97 MB |
|