Limit krpc_build definition listing to *.json #18
Annotations
2 errors and 2 warnings
the name `krpc` is defined multiple times:
/home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-555ff8f0c24d4bdc/out/services.rs#L37819
error[E0428]: the name `krpc` is defined multiple times
--> /home/runner/work/krpc-client/krpc-client/target/debug/build/krpc-client-555ff8f0c24d4bdc/out/services.rs:37819:1
|
35479 | pub mod krpc {
| ------------ previous definition of the module `krpc` here
...
37819 | pub mod krpc {
| ^^^^^^^^^^^^ `krpc` redefined here
|
= note: `krpc` must be defined only once in the type namespace of this module
|
clippy / beta
Clippy had exited with the 101 exit code
|
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/
|