feat: ERC1155 #1417
check.yml
on: pull_request
nightly / fmt
25s
nightly / doc
32s
ubuntu / stable / features
53s
ubuntu / stable / typos
4s
Matrix: clippy
Annotations
6 warnings
nightly / doc:
contracts/src/token/erc721/extensions/consecutive.rs#L66
public documentation for `_first_consecutive_id` links to private item `Erc721Consecutive::_next_consecutive_id`
|
nightly / doc:
contracts/src/utils/cryptography/ecdsa.rs#L22
public documentation for `SIGNATURE_S_UPPER_BOUND` links to private item `check_if_malleable`
|
nightly / doc:
contracts/src/token/erc721/extensions/consecutive.rs#L2
this URL is not a hyperlink
|
stable / clippy
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/
|
stable / 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__
|
beta / clippy
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/
|