David Tolnay 2f32221fe4
Resolve clippy::redundant_field_names
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
2022-04-29 15:57:16 -07:00
..
2022-04-29 15:55:30 -07:00
2022-04-29 15:56:27 -07:00
2022-04-21 16:19:28 +02:00
2022-04-29 15:57:16 -07:00
2022-04-29 15:43:14 -07:00
2022-04-09 09:41:29 -04:00
2022-04-29 15:53:48 -07:00
2022-04-09 11:32:49 -04:00