Respect item damage in material conversion #734
Annotations
7 errors and 2 warnings
unused variable: `tag`:
src/inventory/material/versions/mod.rs#L19
error: unused variable: `tag`
--> src/inventory/material/versions/mod.rs:19:5
|
19 | tag: Option<String>,
| ^^^ help: if this is intentional, prefix it with an underscore: `_tag`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
unused variable: `tag`:
src/inventory/material/versions/mod.rs#L19
error: unused variable: `tag`
--> src/inventory/material/versions/mod.rs:19:5
|
19 | tag: Option<String>,
| ^^^ help: if this is intentional, prefix it with an underscore: `_tag`
|
= note: `-D unused-variables` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_variables)]`
|
ubuntu-latest
Clippy had exited with the 101 exit code
|
windows-latest
The job was canceled because "ubuntu-latest_leafish_lea" failed.
|
windows-latest
The operation was canceled.
|
macos-11
The job was canceled because "ubuntu-latest_leafish_lea" failed.
|
macos-11
The operation was canceled.
|
ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions-rs/clippy-check@v1.0.7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1.0.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|