error: redundant field names in struct initialization --> src/helpers.rs:199:34 | 199 | let place = mir::Place { local: local, projection: List::empty() }; | ^^^^^^^^^^^^ help: replace it with: `local` | = note: `-D clippy::redundant-field-names` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names error: redundant field names in struct initialization --> src/thread.rs:238:13 | 238 | threads: threads, | ^^^^^^^^^^^^^^^^ help: replace it with: `threads` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names