Updates: required string can lack default_value. Updated undefined ap… #381
Annotations
2 errors and 1 warning
redundant redefinition of a binding:
src/commands/edge_app_server.rs#L31
error: redundant redefinition of a binding
--> src/commands/edge_app_server.rs:31:9
|
31 | let dir_path = Arc::new(path.to_path_buf());
| ^^^^^^^^
...
56 | let dir_path = dir_path;
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: remove the redefinition of `dir_path`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
= note: `#[deny(clippy::redundant_locals)]` on by default
|
Lint code base
Clippy had exited with the 101 exit code
|
Lint code base
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|