chore: upgrade to polkadot v1.13.0 #12
Triggered via pull request
August 12, 2024 11:27
chungquantin
opened
#8
Status
Success
Total duration
14s
Artifacts
–
lint-pr.yml
on: pull_request_target
Validate PR title for conventional commit compliance
4s
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
|