Skip to content

chore: update libcosmic/about page #33

chore: update libcosmic/about page

chore: update libcosmic/about page #33

GitHub Actions / Clippy: Rust Stable 1.82.0 (f6e511eec 2024-10-15) in succeeded Nov 10, 2024 in 53s

Clippy (Stable ~ Linux/x86_64)

Clippy was successful!

Details

Running cargo clippy took roughly ~52550ms to complete

  • Working Directory: repository directory

Annotations

Check warning on line 162 in /home/runner/work/calculator/calculator/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.82.0 (f6e511eec 2024-10-15) in

/home/runner/work/calculator/calculator/src/main.rs#L162

useless conversion to the same type: `&str`
Raw output
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

Check warning on line 162 in /home/runner/work/calculator/calculator/src/main.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy: Rust Stable 1.82.0 (f6e511eec 2024-10-15) in

/home/runner/work/calculator/calculator/src/main.rs#L162

useless conversion to the same type: `&str`
Raw output
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