Limit krpc_build definition listing to *.json #19
GitHub Actions / clippy
succeeded
Nov 9, 2024 in 0s
clippy
3 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 3 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.83.0-beta.5 (eb6e3fa1a 2024-11-08)
- cargo 1.83.0-beta.5 (5ffbef321 2024-10-29)
- clippy 0.1.83 (eb6e3fa 2024-11-08)
Annotations
github-actions / clippy
mutable key type
warning: mutable key type
--> /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-341917634aa3eebf/out/services.rs:36327:21
|
36327 | 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
github-actions / clippy
mutable key type
warning: mutable key type
--> /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-341917634aa3eebf/out/services.rs:36318:21
|
36318 | 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
github-actions / clippy
mutable key type
warning: mutable key type
--> /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-341917634aa3eebf/out/services.rs:36306:21
|
36306 | 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
Loading