Fix finalization for offchain mode. #908
Annotations
4 errors and 8 warnings
this method takes 1 argument but 0 arguments were supplied:
src/identity/processor.rs#L548
error[E0061]: this method takes 1 argument but 0 arguments were supplied
--> src/identity/processor.rs:548:27
|
548 | if root_state.is_none_or() {
| ^^^^^^^^^^-- argument #1 is missing
|
note: method defined here
--> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/option.rs:671:12
help: provide the argument
|
548 | if root_state.is_none_or(/* f */) {
| ~~~~~~~~~
|
this method takes 1 argument but 0 arguments were supplied:
src/identity/processor.rs#L548
error[E0061]: this method takes 1 argument but 0 arguments were supplied
--> src/identity/processor.rs:548:27
|
548 | if root_state.is_none_or() {
| ^^^^^^^^^^-- argument #1 is missing
|
note: method defined here
--> /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/option.rs:671:12
help: provide the argument
|
548 | if root_state.is_none_or(/* f */) {
| ~~~~~~~~~
|
Lint
Clippy had exited with the 101 exit code
|
Test
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|