Skip to content

unconditionally announce noise x25519 public key #1464

unconditionally announce noise x25519 public key

unconditionally announce noise x25519 public key #1464

Triggered via pull request September 20, 2024 11:11
Status Success
Total duration 13s
Artifacts

pr-validation.yml

on: pull_request
Check Milestone
0s
Check Milestone
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
struct update has no effect, all the fields in the struct have already been specified: nym-node/src/cli/commands/migrate.rs#L396
warning: struct update has no effect, all the fields in the struct have already been specified --> nym-node/src/cli/commands/migrate.rs:396:19 | 396 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update
struct update has no effect, all the fields in the struct have already been specified: nym-node/src/cli/commands/migrate.rs#L231
warning: struct update has no effect, all the fields in the struct have already been specified --> nym-node/src/cli/commands/migrate.rs:231:19 | 231 | ..Default::default() | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_update = note: `#[warn(clippy::needless_update)]` on by default