Update cosmic_ext_calculator.ftl #6
Annotations
1 error and 5 warnings
|
|
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
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
|
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
|
|
The logs for this run have expired and are no longer available.
Loading