Skip to content

Read env var to compile custom service definitions (#18) #17

Read env var to compile custom service definitions (#18)

Read env var to compile custom service definitions (#18) #17

Triggered via push September 19, 2024 23:35
Status Success
Total duration 47s
Artifacts

check.yml

on: push
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
mutable key type: /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-555ff8f0c24d4bdc/out/services.rs#L38692
warning: mutable key type --> /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-555ff8f0c24d4bdc/out/services.rs:38692:21 | 38692 | values: std::collections::HashSet<crate::services::krpc::Expression>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type
mutable key type: /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-555ff8f0c24d4bdc/out/services.rs#L38683
warning: mutable key type --> /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-555ff8f0c24d4bdc/out/services.rs:38683:21 | 38683 | values: std::collections::HashSet<crate::services::krpc::Expression>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type
mutable key type: /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-555ff8f0c24d4bdc/out/services.rs#L38671
warning: mutable key type --> /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-555ff8f0c24d4bdc/out/services.rs:38671:21 | 38671 | values: std::collections::HashSet<crate::services::krpc::Expression>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type = note: `#[warn(clippy::mutable_key_type)]` on by default
clippy / beta
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/
clippy / beta
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/