Skip to content

Checking 945384fb976b692b3cc0d7b7c3835f741d8356bd #17

Checking 945384fb976b692b3cc0d7b7c3835f741d8356bd

Checking 945384fb976b692b3cc0d7b7c3835f741d8356bd #17

Triggered via push August 9, 2023 12:33
Status Failure
Total duration 1m 34s
Artifacts

rust.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 23 warnings
rustfmt
Process completed with exit code 1.
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy: src/lib.rs#L82
warning: called `.nth(0)` on a `std::iter::Iterator`, when `.next()` is equivalent --> src/lib.rs:82:31 | 82 | let emoji_unicode: char = emoji_str.chars().nth(0).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try calling `.next()` instead of `.nth(0)`: `emoji_str.chars().next()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_nth_zero = note: `#[warn(clippy::iter_nth_zero)]` on by default
Clippy: src/lib.rs#L93
warning: called `.nth(0)` on a `std::iter::Iterator`, when `.next()` is equivalent --> src/lib.rs:93:5 | 93 | s.chars().nth(0).unwrap() | ^^^^^^^^^^^^^^^^ help: try calling `.next()` instead of `.nth(0)`: `s.chars().next()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_nth_zero
Clippy: src/lib.rs#L82
warning: called `.nth(0)` on a `std::iter::Iterator`, when `.next()` is equivalent --> src/lib.rs:82:31 | 82 | let emoji_unicode: char = emoji_str.chars().nth(0).unwrap(); | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try calling `.next()` instead of `.nth(0)`: `emoji_str.chars().next()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_nth_zero = note: `#[warn(clippy::iter_nth_zero)]` on by default
Clippy: src/lib.rs#L93
warning: called `.nth(0)` on a `std::iter::Iterator`, when `.next()` is equivalent --> src/lib.rs:93:5 | 93 | s.chars().nth(0).unwrap() | ^^^^^^^^^^^^^^^^ help: try calling `.next()` instead of `.nth(0)`: `s.chars().next()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#iter_nth_zero
Clippy: src/main.rs#L29
warning: function `get_favicon` is never used --> src/main.rs:29:10 | 29 | async fn get_favicon() -> Option<NamedFile> { | ^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
Clippy: src/main.rs#L29
warning: function `get_favicon` is never used --> src/main.rs:29:10 | 29 | async fn get_favicon() -> Option<NamedFile> { | ^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
cargo-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo-test: src/main.rs#L29
function `get_favicon` is never used
cargo-test
`webicons` (bin "webicons" test) generated 1 warning
cargo-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
cargo-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/