Update cosmic_ext_calculator.ftl #6
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
|