chore: update libcosmic/about page #33
Annotations
3 warnings
clippy:
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
|
clippy:
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
|
clippy
warning: 2 warnings emitted
|
Loading