feat(plugins): add statically defined errors #41
Annotations
10 errors and 8 warnings
src/errors.rs#L54
cannot move out of `self.custom_message` which is behind a shared reference
|
src/exec/builtins.rs#L68
use of moved value: `path_to_read`
|
src/exec/builtins.rs#L70
temporary value dropped while borrowed
|
src/exec/builtins.rs#L73
use of moved value: `path_to_read`
|
src/exec/builtins.rs#L77
use of moved value: `path_to_read`
|
src/exec/builtins.rs#L177
borrow of moved value: `executable_name`
|
src/exec/commands.rs#L86
cannot move out of `self.path` which is behind a shared reference
|
src/state/config.rs#L45
cannot move out of `filename` because it is borrowed
|
src/state/config.rs#L48
borrow of moved value: `filename`
|
src/state/config.rs#L49
cannot move out of `filename` because it is borrowed
|
The following actions uses node12 which is deprecated and will be forced to run on node16: ATiltedTree/setup-rust@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/errors.rs#L18
variable does not need to be mutable
|
src/errors.rs#L22
variable does not need to be mutable
|
src/errors.rs#L28
variable does not need to be mutable
|
src/errors.rs#L32
variable does not need to be mutable
|
src/errors.rs#L606
unused variable: `FailedToRun`
|
src/main.rs#L20
unused variable: `plugins`
|
|
The logs for this run have expired and are no longer available.
Loading