Skip to content

Detach Icondata, making the library more stable; #32

Detach Icondata, making the library more stable;

Detach Icondata, making the library more stable; #32

Triggered via pull request January 9, 2024 00:17
Status Success
Total duration 1m 36s
Artifacts

check.yml

on: pull_request
stable / fmt
11s
stable / fmt
nightly / doc
42s
nightly / doc
stable / examples
1m 25s
stable / examples
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
useless conversion to the same type: `leptos::Oco<'_, str>`: src/lib.rs#L90
warning: useless conversion to the same type: `leptos::Oco<'_, str>` --> src/lib.rs:90:33 | 90 | (Some(a), _) => leptos::Oco::from(a.get()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `leptos::Oco::from()`: `a.get()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
useless conversion to the same type: `leptos::Oco<'_, str>`: src/lib.rs#L83
warning: useless conversion to the same type: `leptos::Oco<'_, str>` --> src/lib.rs:83:33 | 83 | (Some(a), _) => leptos::Oco::from(a.get()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `leptos::Oco::from()`: `a.get()` | = 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
unused import: `leptos::tracing`: src/lib.rs#L36
warning: unused import: `leptos::tracing` --> src/lib.rs:36:5 | 36 | use leptos::tracing; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
useless conversion to the same type: `leptos::Oco<'_, str>`: src/lib.rs#L90
warning: useless conversion to the same type: `leptos::Oco<'_, str>` --> src/lib.rs:90:33 | 90 | (Some(a), _) => leptos::Oco::from(a.get()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `leptos::Oco::from()`: `a.get()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
useless conversion to the same type: `leptos::Oco<'_, str>`: src/lib.rs#L83
warning: useless conversion to the same type: `leptos::Oco<'_, str>` --> src/lib.rs:83:33 | 83 | (Some(a), _) => leptos::Oco::from(a.get()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `leptos::Oco::from()`: `a.get()` | = 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
unused import: `leptos::tracing`: src/lib.rs#L36
warning: unused import: `leptos::tracing` --> src/lib.rs:36:5 | 36 | use leptos::tracing; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
beta / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
stable / clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/