Skip to content

chore: new pallet

chore: new pallet #38

Triggered via pull request July 17, 2024 12:33
@DaanvdplasDaanvdplas
opened #32
Status Success
Total duration 15s
Artifacts

lint-pr.yml

on: pull_request_target
Validate PR title for conventional commit compliance
5s
Validate PR title for conventional commit compliance
Fit to window
Zoom out
Zoom in

Annotations

1 warning
redundant field names in struct initialization: node/src/service.rs#L342
warning: redundant field names in struct initialization --> node/src/service.rs:342:9 | 342 | network: network, | ^^^^^^^^^^^^^^^^ help: replace it with: `network` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names = note: `#[warn(clippy::redundant_field_names)]` on by default