[INFO] crate nrf52840 0.2.0 is already in cache [INFO] extracting crate nrf52840 0.2.0 into work/ex/clippy-test-run/sources/stable/reg/nrf52840/0.2.0 [INFO] extracting crate nrf52840 0.2.0 into work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/nrf52840/0.2.0 [INFO] validating manifest of nrf52840-0.2.0 on toolchain stable [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of nrf52840-0.2.0 on toolchain stable+rustflags=-Dclippy::into_iter_on_array [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing nrf52840-0.2.0 [INFO] finished frobbing nrf52840-0.2.0 [INFO] frobbed toml for nrf52840-0.2.0 written to work/ex/clippy-test-run/sources/stable/reg/nrf52840/0.2.0/Cargo.toml [INFO] started frobbing nrf52840-0.2.0 [INFO] finished frobbing nrf52840-0.2.0 [INFO] frobbed toml for nrf52840-0.2.0 written to work/ex/clippy-test-run/sources/stable+rustflags=-Dclippy%3A%3Ainto_iter_on_array/reg/nrf52840/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+stable" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] linting nrf52840-0.2.0 against stable for clippy-test-run [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/clippy-test-run/worker-5/stable:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/clippy-test-run/sources/stable/reg/nrf52840/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+stable" "clippy" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c750ec85b7a6e6b6f1444678e913db5b85a74c0367b641299e05e587b9803e5b [INFO] running `"docker" "start" "-a" "c750ec85b7a6e6b6f1444678e913db5b85a74c0367b641299e05e587b9803e5b"` [INFO] [stderr] Compiling nrf52840 v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/ficr/info/unused8/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(clippy::redundant_field_names)] implied by #[deny(warnings)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/ficr/info/unused8/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused1/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused1/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused2/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused2/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused3/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused3/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nrffw/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nrffw/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nrfhw/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nrfhw/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/customer/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/customer/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/pselreset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/pselreset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/approtect/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/approtect/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nfcpins/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nfcpins/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/debugctrl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/debugctrl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/regout0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/regout0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_hfclkstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_hfclkstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_lfclkstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_lfclkstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_done/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_done/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctto/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctto/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctstopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctstopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/lfclksrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/lfclksrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/hfxodebounce/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/hfxodebounce/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/ctiv/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/ctiv/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/traceconfig/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/traceconfig/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/lfrcmode/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/lfrcmode/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/ram/power/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/ram/power/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_pofwarn/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_pofwarn/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_sleepenter/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_sleepenter/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_sleepexit/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_sleepexit/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbdetected/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbdetected/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbremoved/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbremoved/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbpwrrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbpwrrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/ficr/info/unused8/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:3:9 [INFO] [stderr] | [INFO] [stderr] 3 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(clippy::redundant_field_names)] implied by #[deny(warnings)] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/ficr/info/unused8/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused1/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused1/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused2/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused2/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused3/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/unused3/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nrffw/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nrffw/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nrfhw/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nrfhw/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/customer/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/customer/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/pselreset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/pselreset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/approtect/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/approtect/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nfcpins/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/nfcpins/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/debugctrl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/debugctrl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/regout0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uicr/regout0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_hfclkstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_hfclkstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_lfclkstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_lfclkstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_done/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_done/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/resetreas/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/resetreas/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/pofcon/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/pofcon/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/gpregret/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/gpregret/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/gpregret2/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/gpregret2/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/dcdcen/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/dcdcen/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/dcdcen0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/dcdcen0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_address/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_address/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_payload/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_payload/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctto/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctto/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctstopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/events_ctstopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/lfclksrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/lfclksrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/hfxodebounce/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/hfxodebounce/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/ctiv/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/ctiv/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/traceconfig/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/traceconfig/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/lfrcmode/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/clock/lfrcmode/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/ram/power/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/ram/power/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_pofwarn/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_pofwarn/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_sleepenter/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_sleepenter/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_sleepexit/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_sleepexit/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbdetected/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbdetected/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbremoved/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbremoved/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbpwrrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/events_usbpwrrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_end/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_end/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_disabled/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_disabled/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_devmatch/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_devmatch/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_devmiss/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_devmiss/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rssiend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rssiend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_bcmatch/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_bcmatch/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_crcok/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_crcok/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_crcerror/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_crcerror/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_framestart/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_framestart/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_edend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_edend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_edstopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_edstopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccaidle/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccaidle/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccabusy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccabusy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccastopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccastopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rateboost/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rateboost/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_txready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_txready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rxready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rxready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_mhrmatch/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_mhrmatch/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_phyend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_phyend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/resetreas/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/resetreas/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/packetptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/packetptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/txpower/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/txpower/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mode/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mode/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/pcnf0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/pcnf0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/pcnf1/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/pcnf1/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/base0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/base0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/base1/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/base1/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/prefix0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/prefix0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/prefix1/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/prefix1/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/txaddress/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/txaddress/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/rxaddresses/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/rxaddresses/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crccnf/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crccnf/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crcpoly/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crcpoly/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crcinit/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crcinit/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/tifs/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/pofcon/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/pofcon/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/gpregret/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/gpregret/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/gpregret2/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/tifs/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/datawhiteiv/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/datawhiteiv/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/bcc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/bcc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dab/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dab/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dap/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dap/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dacnf/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dacnf/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mhrmatchconf/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mhrmatchconf/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mhrmatchmas/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mhrmatchmas/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/modecnf0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/modecnf0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/sfd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/sfd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/edcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/edcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/edsample/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/edsample/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/gpregret2/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/dcdcen/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/dcdcen/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/dcdcen0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/power/dcdcen0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_address/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_address/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_payload/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_payload/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_end/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_end/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_disabled/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_disabled/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_devmatch/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_devmatch/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_devmiss/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_devmiss/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rssiend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rssiend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_bcmatch/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_bcmatch/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_crcok/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_crcok/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_crcerror/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_crcerror/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_framestart/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_framestart/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_edend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_edend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_edstopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_edstopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccaidle/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccaidle/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccabusy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccabusy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccastopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_ccastopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rateboost/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rateboost/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_txready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_txready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rxready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_rxready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/ccactrl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/ccactrl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/power/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/power/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/rts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/rts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/txd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/txd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/cts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/cts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/rxd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/rxd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_cts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_cts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_ncts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_ncts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_rxdrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_rxdrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_txdrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_txdrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_rxto/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_rxto/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_mhrmatch/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_mhrmatch/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_phyend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/events_phyend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/baudrate/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/baudrate/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/rts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/rts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/txd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/txd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/cts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/cts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/rxd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/rxd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/packetptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_cts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_cts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_ncts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_ncts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxdrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxdrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_endrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_endrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txdrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txdrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_endtx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_endtx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/packetptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxto/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxto/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/txpower/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/txpower/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mode/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txstopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txstopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mode/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/pcnf0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/pcnf0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/pcnf1/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/pcnf1/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/base0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/base0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/base1/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/base1/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/prefix0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] | [INFO] [stderr] --> src/uarte0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/prefix0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/prefix1/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/prefix1/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/txaddress/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/txaddress/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/rxaddresses/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/rxaddresses/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crccnf/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crccnf/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crcpoly/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crcpoly/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crcinit/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/crcinit/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/tifs/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/baudrate/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/tifs/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/datawhiteiv/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/baudrate/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/datawhiteiv/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/bcc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/bcc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/sck/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dab/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dab/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dap/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dap/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dacnf/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/sck/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/mosi/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/dacnf/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mhrmatchconf/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/mosi/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/miso/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/miso/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/events_ready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/events_ready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mhrmatchconf/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mhrmatchmas/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/mhrmatchmas/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/modecnf0/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/modecnf0/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/sfd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/txd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/sfd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/edcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/txd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/edcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/edsample/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/edsample/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/ccactrl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/ccactrl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/power/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/sck/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/radio/power/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/rts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/sck/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/mosi/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/rts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/txd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/mosi/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/miso/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/txd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/cts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/miso/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/csn/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/cts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/rxd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/csn/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/psel/rxd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_cts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/list/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_cts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_ncts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/list/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_ncts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_rxdrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_rxdrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_txdrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_txdrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/list/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/list/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_rxto/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/iftiming/rxdelay/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/events_rxto/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/iftiming/rxdelay/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/iftiming/csndur/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/iftiming/csndur/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_endrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_endrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_end/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_end/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_endtx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_endtx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_started/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_started/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/baudrate/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/stallstat/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/baudrate/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/stallstat/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uart0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/rts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/rts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/txd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/txd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/cts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/csnpol/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/cts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/rxd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/csnpol/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/pseldcx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/psel/rxd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/pseldcx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/dcxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/dcxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/orc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/orc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/sck/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/sck/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/miso/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_cts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/miso/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/mosi/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_cts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_ncts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/mosi/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_ncts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/csn/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxdrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxdrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/csn/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_endrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_endrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txdrdy/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txdrdy/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_endtx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_endtx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxto/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxto/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_end/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_rxstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_end/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_endrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_endrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txstopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_acquired/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/events_txstopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_acquired/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/status/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/status/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/def/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/def/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/orc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/orc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/psel/scl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/psel/scl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/psel/sda/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/psel/sda/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_rxdready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_rxdready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_txdsent/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_txdsent/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/baudrate/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/baudrate/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_bb/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_bb/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_suspended/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/uarte0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/sck/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_suspended/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/sck/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/mosi/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/mosi/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/miso/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/psel/miso/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/events_ready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/events_ready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/txd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/txd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/txd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/txd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/address/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spi0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/sck/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/address/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/psel/scl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/psel/scl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/psel/sda/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/sck/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/mosi/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/psel/sda/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/mosi/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/miso/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/miso/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/csn/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/list/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/psel/csn/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/list/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/list/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/list/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/list/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/rxd/list/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/list/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/txd/list/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_suspended/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/iftiming/rxdelay/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_suspended/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_rxstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/iftiming/rxdelay/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/iftiming/csndur/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_rxstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_txstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/iftiming/csndur/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_txstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_lastrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_lastrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_lasttx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_endrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_lasttx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_endrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_end/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_end/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_endtx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_endtx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_started/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/events_started/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/stallstat/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/stallstat/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/csnpol/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/csnpol/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/pseldcx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/address/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/pseldcx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/dcxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/address/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/psel/scl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/dcxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/orc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/psel/scl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/psel/sda/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spim0/orc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/sck/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/psel/sda/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/sck/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/miso/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/miso/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/mosi/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/mosi/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/csn/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/psel/csn/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_rxstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_rxstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_txstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_end/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_txstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_write/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_write/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_end/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_read/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_endrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_read/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_endrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_acquired/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/events_acquired/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/status/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/status/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/def/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/def/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/orc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/spis0/orc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/psel/scl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/address/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/psel/scl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/psel/sda/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/address/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/psel/sda/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/orc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/orc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framestatus/rx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_rxdready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framestatus/rx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/txd/frameconfig/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_rxdready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_txdsent/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_txdsent/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/txd/frameconfig/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/txd/amount/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_bb/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_bb/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_suspended/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/txd/amount/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/events_suspended/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/rxd/frameconfig/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/rxd/frameconfig/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_ready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_ready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_fielddetected/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_fielddetected/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_fieldlost/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_fieldlost/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_txframestart/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_txframestart/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_txframeend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_txframeend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxframestart/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxframestart/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxframeend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxframeend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/txd/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxerror/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/txd/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxerror/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_endrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/address/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_endrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_endtx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twi0/address/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/psel/scl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_endtx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_autocolresstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/psel/scl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_autocolresstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/psel/sda/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_collision/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_collision/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_selected/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/psel/sda/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_selected/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_started/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_started/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/list/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/rxd/list/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/list/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/txd/list/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_suspended/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_suspended/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_rxstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_rxstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_txstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_txstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_lastrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_lastrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_lasttx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/events_lasttx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/errorstatus/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/errorstatus/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymin/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymin/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymax/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymax/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymode/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymode/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/packetptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/packetptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/maxlen/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/maxlen/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_last/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_last/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_2nd_last/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_2nd_last/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/frequency/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_3rd_last/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_3rd_last/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/frequency/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/autocolresconfig/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/address/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/autocolresconfig/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twim0/address/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/sensres/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/psel/scl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/sensres/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/psel/scl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/selres/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/psel/sda/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/psel/sda/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/rxd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/selres/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/events_in/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/rxd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/rxd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/rxd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/txd/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/events_in/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/events_port/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/txd/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/events_port/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/txd/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/txd/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_rxstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_rxstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_txstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_txstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_write/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_write/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_read/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/events_read/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_ch/limith/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_ch/limith/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_ch/limitl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_ch/limitl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/pselp/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/pselp/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/pseln/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/pseln/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/errorsrc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/limit/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/errorsrc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/limit/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/result/ptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/address/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/result/ptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/result/maxcnt/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/address/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/result/maxcnt/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_started/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/orc/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_started/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_end/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/twis0/orc/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_end/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framestatus/rx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_done/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_done/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_resultdone/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framestatus/rx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/txd/frameconfig/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_resultdone/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_calibratedone/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_calibratedone/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/txd/frameconfig/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_stopped/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/txd/amount/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_stopped/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/txd/amount/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/rxd/frameconfig/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/rxd/frameconfig/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_ready/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_ready/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_fielddetected/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_fielddetected/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_fieldlost/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_fieldlost/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_txframestart/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_txframestart/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_txframeend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_txframeend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxframestart/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxframestart/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxframeend/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxframeend/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_error/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_error/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxerror/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_rxerror/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_endrx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_endrx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_endtx/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_endtx/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_autocolresstarted/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_autocolresstarted/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_collision/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_collision/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_selected/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_selected/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_started/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/events_started/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/inten/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/inten/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/errorstatus/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/errorstatus/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymin/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymin/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymax/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymax/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymode/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/framedelaymode/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/packetptr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/packetptr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/maxlen/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/maxlen/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_last/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_last/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_2nd_last/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_2nd_last/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_3rd_last/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/nfcid1_3rd_last/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/autocolresconfig/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/autocolresconfig/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/sensres/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/sensres/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/selres/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/nfct/selres/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/events_in/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/events_in/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/events_port/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/events_port/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/gpiote/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_ch/limith/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_ch/limith/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_ch/limitl/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/events_ch/limitl/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/pselp/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/pselp/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/pseln/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/pseln/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/config/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/config/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/ch/limit/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/enable/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/enable/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/resolution/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/resolution/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/oversample/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/oversample/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/samplerate/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/saadc/samplerate/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/events_compare/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/events_compare/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/shorts/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/shorts/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/intenset/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/intenset/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/intenclr/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/intenclr/mod.rs:18:25 [INFO] [stderr] | [INFO] [stderr] 18 | let mut w = W { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [INFO] [stderr] --> src/timer0/mode/mod.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | let r = R { bits: bits }; [INFO] [stderr] | ^^^^^^^^^^ help: replace it with: `bits` [INFO] [stderr] | [INFO] [stderr] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names [INFO] [stderr] [INFO] [stderr] error: redundant field names in struct initialization [WARN] too many lines in the log, truncating it