Migrate to new API #119
Annotations
2 errors and 1 warning
Run clechasseur/rs-clippy-check@v2:
src/mitaffald/mod.rs#L42
error: field `stand_id` is never read
--> src/mitaffald/mod.rs:42:5
|
40 | struct Response {
| -------- field in this struct
41 | #[serde(rename = "standId")]
42 | stand_id: String,
| ^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
Run clechasseur/rs-clippy-check@v2
Clippy has exited with exit code 101
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, clechasseur/rs-clippy-check@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading