Skip to content

Update cosmic_ext_calculator.ftl #6

Update cosmic_ext_calculator.ftl

Update cosmic_ext_calculator.ftl #6

Triggered via pull request November 10, 2024 14:53
Status Failure
Total duration 3m 31s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
build
clippy-action doesn't have permissions to create Check Runs, disabling!
build
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
useless conversion to the same type: `&str`: src/main.rs#L162
warning: useless conversion to the same type: `&str` --> src/app.rs:162:27 | 162 | .developers([("Eduardo Flores".into(), "[email protected]".into())]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `"Eduardo Flores"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
useless conversion to the same type: `&str`: src/main.rs#L162
warning: useless conversion to the same type: `&str` --> src/app.rs:162:52 | 162 | .developers([("Eduardo Flores".into(), "[email protected]".into())]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `"[email protected]"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
2 warnings emitted
warning: 2 warnings emitted