chore: update README for improved onboarding experience #19
Triggered via pull request
September 10, 2024 19:39
brunopgalvao
opened
#9
Status
Success
Total duration
15s
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
|