feat: ERC1155 #1410
Annotations
2 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Cargo clippy:
contracts/src/lib.rs#L45
[clippy] reported by reviewdog 🐶
warning: unknown lint: `clippy::used_underscore_items`
--> contracts/src/lib.rs:45:5
|
45 | clippy::used_underscore_items
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::used_underscore_binding`
|
= note: `#[warn(unknown_lints)]` on by default
Raw Output:
contracts/src/lib.rs:45:5:w:warning: unknown lint: `clippy::used_underscore_items`
--> contracts/src/lib.rs:45:5
|
45 | clippy::used_underscore_items
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `clippy::used_underscore_binding`
|
= note: `#[warn(unknown_lints)]` on by default
__END__
|
Loading