Fix for crate Contents re-export. #37
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
crates/net/src/server/server.rs#L22
unused import: `head`
|
crates/net/src/server/api_docs.rs#L5
field `0` is never read
|
crates/net/src/server/api_docs.rs#L8
field `0` is never read
|
crates/net/src/server/api_docs.rs#L11
field `0` is never read
|
src/helpers/account.rs#L5
unused import: `is_offline`
|
src/cli/sos.rs#L189
variable does not need to be mutable
|
src/commands/sync.rs#L186
unused variable: `remote_files`
|
src/commands/sync.rs#L189
unused variable: `local_files`
|
src/helpers/readline.rs#L43
function `clear_screen` is never used
|
|
This job succeeded
Loading