fix cannot delegating multiple methods when adding additional arguments #72
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
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/
|
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/
|
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/
|
tests/argument_modifier.rs#L10
unused variable: `x`
|
tests/argument_modifier.rs#L5
trait `Foo` is never used
|
tests/argument_modifier.rs#L27
struct `Bar` is never constructed
|
tests/argument_modifier.rs#L42
struct `Baz` is never constructed
|
tests/argument_modifier.rs#L47
method `extend` is never used
|
|
tests/delegation.rs#L26
variable does not need to be mutable
|
tests/delegation.rs#L48
variable does not need to be mutable
|
tests/delegation.rs#L54
variable does not need to be mutable
|
tests/segment_attributes.rs#L71
unused variable: `wrapper`
|
This job succeeded
Loading