Constant delegation #153
Annotations
2 errors and 14 warnings
|
Formatting
The operation was canceled.
|
Install stable toolchain
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/
|
Install stable toolchain
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/
|
Install stable toolchain
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/
|
Install stable toolchain
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:
tests/inline_args.rs#L11
methods `fun0` and `fun3` are never used
|
Test:
tests/delegation.rs#L14
variable does not need to be mutable
|
Test:
tests/delegation.rs#L26
variable does not need to be mutable
|
Test:
tests/delegation.rs#L48
variable does not need to be mutable
|
Test:
tests/delegation.rs#L54
variable does not need to be mutable
|
Test
`delegate` (test "delegation") generated 4 warnings (run `cargo fix --test "delegation"` to apply 4 suggestions)
|
Test:
tests/argument_modifier.rs#L10
unused variable: `x`
|
Test:
tests/argument_modifier.rs#L5
trait `Foo` is never used
|
Test:
tests/closure.rs#L63
unused variable: `k`
|
Test:
tests/argument_modifier.rs#L27
struct `Bar` is never constructed
|
Loading