Merge pull request #223 from magic-wormhole/fina/move-lockfile #1836
Annotations
6 warnings
audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v1, actions-rs/audit-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, actions-rs/audit-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/
|
audit
1 warnings found!
|
audit
Unknown warning kind unsound found, please, file a bug
|
unnecessary `pub(self)`:
src/core.rs#L12
warning: unnecessary `pub(self)`
--> src/core.rs:12:1
|
12 | pub(self) use self::server_messages::EncryptedMessage;
| ^^^^^^^^^ help: remove it
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_pub_self
= note: `#[warn(clippy::needless_pub_self)]` on by default
|
unneeded sub `cfg` when there is no condition:
src/transit.rs#L227
warning: unneeded sub `cfg` when there is no condition
--> src/transit.rs:227:19
|
227 | #[cfg(all())]
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
= note: `#[warn(clippy::non_minimal_cfg)]` on by default
|