fix(meta): metastore availability improvements #174
GitHub Actions / clippy
failed
Nov 14, 2024 in 0s
clippy
1 error
Details
Results
| Message level | Amount |
|---|---|
| Internal compiler error | 0 |
| Error | 1 |
| Warning | 0 |
| Note | 0 |
| Help | 0 |
Versions
- rustc 1.82.0 (f6e511eec 2024-10-15)
- cargo 1.82.0 (8f40fc59f 2024-08-21)
- clippy 0.1.82 (f6e511e 2024-10-15)
Annotations
Check failure on line 123 in zstor/src/actors/meta.rs
github-actions / clippy
redundant field names in struct initialization
error: redundant field names in struct initialization
--> zstor/src/actors/meta.rs:123:13
|
123 | writeable: writeable,
| ^^^^^^^^^^^^^^^^^^^^ help: replace it with: `writeable`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `-D clippy::redundant-field-names` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_field_names)]`
Loading