[INFO] fetching crate scsir 0.2.0...
[INFO] checking scsir-0.2.0 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate scsir 0.2.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate scsir 0.2.0
[INFO] finished tweaking crates.io crate scsir 0.2.0
[INFO] tweaked toml for crates.io crate scsir 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate scsir 0.2.0 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 30 packages to latest compatible versions
[INFO] [stderr]       Adding nix v0.29.0 (available: v0.30.1)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] [stderr]       Adding windows v0.58.0 (available: v0.62.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb9e76bc683b71ec4684fde5f8be4dbafc277a0c4c34bc2c875111c1d3142a3b
[INFO] running `Command { std: "docker" "start" "-a" "bb9e76bc683b71ec4684fde5f8be4dbafc277a0c4c34bc2c875111c1d3142a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb9e76bc683b71ec4684fde5f8be4dbafc277a0c4c34bc2c875111c1d3142a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb9e76bc683b71ec4684fde5f8be4dbafc277a0c4c34bc2c875111c1d3142a3b", kill_on_drop: false }`
[INFO] [stdout] bb9e76bc683b71ec4684fde5f8be4dbafc277a0c4c34bc2c875111c1d3142a3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ddc9f318c76a28114922cbc63b1ba6bfff123e63562a4a80c2533bdfa75f8c45
[INFO] running `Command { std: "docker" "start" "-a" "ddc9f318c76a28114922cbc63b1ba6bfff123e63562a4a80c2533bdfa75f8c45", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling modular-bitfield-msb-impl v0.11.2
[INFO] [stderr]     Checking modular-bitfield-msb v0.11.2
[INFO] [stderr]     Checking scsir v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/background_control.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 -     operation_code: B8,
[INFO] [stdout] 74 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/background_control.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     reserved_0: B3,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -     reserved_0: B3,
[INFO] [stdout] 75 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/background_control.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     service_action: B5,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 76 -     service_action: B5,
[INFO] [stdout] 76 +     ervice_action: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/background_control.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     background_operation_control: B2,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -     background_operation_control: B2,
[INFO] [stdout] 77 +     ackground_operation_control: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/background_control.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     reserved_1: B6,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 78 -     reserved_1: B6,
[INFO] [stdout] 78 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/background_control.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 |     background_operation_time: B8,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -     background_operation_time: B8,
[INFO] [stdout] 79 +     ackground_operation_time: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/background_control.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     reserved_2: B88,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -     reserved_2: B88,
[INFO] [stdout] 80 +     eserved_2: B8,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/background_control.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 81 -     control: B8,
[INFO] [stdout] 81 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:600:5
[INFO] [stdout]     |
[INFO] [stdout] 600 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 600 -     operation_code: B8,
[INFO] [stdout] 600 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:601:5
[INFO] [stdout]     |
[INFO] [stdout] 601 |     format_protection_information: B2,
[INFO] [stdout]     |     ^                               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 601 -     format_protection_information: B2,
[INFO] [stdout] 601 +     ormat_protection_information: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:602:5
[INFO] [stdout]     |
[INFO] [stdout] 602 |     longlist: B1,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 602 -     longlist: B1,
[INFO] [stdout] 602 +     onglist: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:603:5
[INFO] [stdout]     |
[INFO] [stdout] 603 |     format_data: B1,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 603 -     format_data: B1,
[INFO] [stdout] 603 +     ormat_data: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:604:5
[INFO] [stdout]     |
[INFO] [stdout] 604 |     complete_list: B1,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 604 -     complete_list: B1,
[INFO] [stdout] 604 +     omplete_list: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:605:5
[INFO] [stdout]     |
[INFO] [stdout] 605 |     defect_list_format: B3,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 605 -     defect_list_format: B3,
[INFO] [stdout] 605 +     efect_list_format: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:606:5
[INFO] [stdout]     |
[INFO] [stdout] 606 |     vendor_specific: B8,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 606 -     vendor_specific: B8,
[INFO] [stdout] 606 +     endor_specific: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:607:5
[INFO] [stdout]     |
[INFO] [stdout] 607 |     reserved: B14,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 607 -     reserved: B14,
[INFO] [stdout] 607 +     eserved: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:608:5
[INFO] [stdout]     |
[INFO] [stdout] 608 |     fast_format: B2,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 608 -     fast_format: B2,
[INFO] [stdout] 608 +     ast_format: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:609:5
[INFO] [stdout]     |
[INFO] [stdout] 609 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 609 -     control: B8,
[INFO] [stdout] 609 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:631:5
[INFO] [stdout]     |
[INFO] [stdout] 631 |     reserved_0: B5,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 631 -     reserved_0: B5,
[INFO] [stdout] 631 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:632:5
[INFO] [stdout]     |
[INFO] [stdout] 632 |     protection_fields_usage: B3,
[INFO] [stdout]     |     ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 632 -     protection_fields_usage: B3,
[INFO] [stdout] 632 +     rotection_fields_usage: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:633:5
[INFO] [stdout]     |
[INFO] [stdout] 633 |     format_options_valid: B1,
[INFO] [stdout]     |     ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 633 -     format_options_valid: B1,
[INFO] [stdout] 633 +     ormat_options_valid: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:634:5
[INFO] [stdout]     |
[INFO] [stdout] 634 |     disable_primary: B1,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 634 -     disable_primary: B1,
[INFO] [stdout] 634 +     isable_primary: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:635:5
[INFO] [stdout]     |
[INFO] [stdout] 635 |     disable_certification: B1,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 635 -     disable_certification: B1,
[INFO] [stdout] 635 +     isable_certification: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:636:5
[INFO] [stdout]     |
[INFO] [stdout] 636 |     stop_format: B1,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 636 -     stop_format: B1,
[INFO] [stdout] 636 +     top_format: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:637:5
[INFO] [stdout]     |
[INFO] [stdout] 637 |     initialization_pattern: B1,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 637 -     initialization_pattern: B1,
[INFO] [stdout] 637 +     nitialization_pattern: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:638:5
[INFO] [stdout]     |
[INFO] [stdout] 638 |     obsolete: B1,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 638 -     obsolete: B1,
[INFO] [stdout] 638 +     bsolete: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:639:5
[INFO] [stdout]     |
[INFO] [stdout] 639 |     immediate: B1,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 639 -     immediate: B1,
[INFO] [stdout] 639 +     mmediate: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:640:5
[INFO] [stdout]     |
[INFO] [stdout] 640 |     vendor_specific: B1,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 640 -     vendor_specific: B1,
[INFO] [stdout] 640 +     endor_specific: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:641:5
[INFO] [stdout]     |
[INFO] [stdout] 641 |     reserved_1: B8,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 641 -     reserved_1: B8,
[INFO] [stdout] 641 +     eserved_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:643:5
[INFO] [stdout]     |
[INFO] [stdout] 643 |     p_i_information: B4,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 643 -     p_i_information: B4,
[INFO] [stdout] 643 +     _i_information: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:644:5
[INFO] [stdout]     |
[INFO] [stdout] 644 |     protection_interval_exponent: B4,
[INFO] [stdout]     |     ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 644 -     protection_interval_exponent: B4,
[INFO] [stdout] 644 +     rotection_interval_exponent: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:645:5
[INFO] [stdout]     |
[INFO] [stdout] 645 |     defect_list_length: B32,
[INFO] [stdout]     |     ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 645 -     defect_list_length: B32,
[INFO] [stdout] 645 +     efect_list_length: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:651:5
[INFO] [stdout]     |
[INFO] [stdout] 651 |     obsolete: B2,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 651 -     obsolete: B2,
[INFO] [stdout] 651 +     bsolete: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:652:5
[INFO] [stdout]     |
[INFO] [stdout] 652 |     security_initialize: B1,
[INFO] [stdout]     |     ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 652 -     security_initialize: B1,
[INFO] [stdout] 652 +     ecurity_initialize: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:653:5
[INFO] [stdout]     |
[INFO] [stdout] 653 |     reserved: B5,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 653 -     reserved: B5,
[INFO] [stdout] 653 +     eserved: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:654:5
[INFO] [stdout]     |
[INFO] [stdout] 654 |     initialization_pattern_type: B8,
[INFO] [stdout]     |     ^                             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 654 -     initialization_pattern_type: B8,
[INFO] [stdout] 654 +     nitialization_pattern_type: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:655:5
[INFO] [stdout]     |
[INFO] [stdout] 655 |     initialization_pattern_length: B16,
[INFO] [stdout]     |     ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 655 -     initialization_pattern_length: B16,
[INFO] [stdout] 655 +     nitialization_pattern_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:673:5
[INFO] [stdout]     |
[INFO] [stdout] 673 |     pub(super) short_block_address: B32,
[INFO] [stdout]     |     ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 673 -     pub(super) short_block_address: B32,
[INFO] [stdout] 673 +     ub(super) short_block_address: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:679:5
[INFO] [stdout]     |
[INFO] [stdout] 679 |     pub(super) cylinder_number: B24,
[INFO] [stdout]     |     ^                             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 679 -     pub(super) cylinder_number: B24,
[INFO] [stdout] 679 +     ub(super) cylinder_number: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:680:5
[INFO] [stdout]     |
[INFO] [stdout] 680 |     pub(super) head_number: B8,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 680 -     pub(super) head_number: B8,
[INFO] [stdout] 680 +     ub(super) head_number: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:681:5
[INFO] [stdout]     |
[INFO] [stdout] 681 |     pub(super) multi_address_descriptor_start: B1,
[INFO] [stdout]     |     ^                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 681 -     pub(super) multi_address_descriptor_start: B1,
[INFO] [stdout] 681 +     ub(super) multi_address_descriptor_start: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:682:5
[INFO] [stdout]     |
[INFO] [stdout] 682 |     reserved: B3,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 682 -     reserved: B3,
[INFO] [stdout] 682 +     eserved: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:683:5
[INFO] [stdout]     |
[INFO] [stdout] 683 |     pub(super) bytes_from_index: B28,
[INFO] [stdout]     |     ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 683 -     pub(super) bytes_from_index: B28,
[INFO] [stdout] 683 +     ub(super) bytes_from_index: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:689:5
[INFO] [stdout]     |
[INFO] [stdout] 689 |     pub(super) cylinder_number: B24,
[INFO] [stdout]     |     ^                             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 689 -     pub(super) cylinder_number: B24,
[INFO] [stdout] 689 +     ub(super) cylinder_number: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:690:5
[INFO] [stdout]     |
[INFO] [stdout] 690 |     pub(super) head_number: B8,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 690 -     pub(super) head_number: B8,
[INFO] [stdout] 690 +     ub(super) head_number: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:691:5
[INFO] [stdout]     |
[INFO] [stdout] 691 |     pub(super) multi_address_descriptor_start: B1,
[INFO] [stdout]     |     ^                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 691 -     pub(super) multi_address_descriptor_start: B1,
[INFO] [stdout] 691 +     ub(super) multi_address_descriptor_start: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:692:5
[INFO] [stdout]     |
[INFO] [stdout] 692 |     reserved: B3,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 692 -     reserved: B3,
[INFO] [stdout] 692 +     eserved: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:693:5
[INFO] [stdout]     |
[INFO] [stdout] 693 |     pub(super) sector_number: B28,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 693 -     pub(super) sector_number: B28,
[INFO] [stdout] 693 +     ub(super) sector_number: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:699:5
[INFO] [stdout]     |
[INFO] [stdout] 699 |     pub(super) long_block_address: B64,
[INFO] [stdout]     |     ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 699 -     pub(super) long_block_address: B64,
[INFO] [stdout] 699 +     ub(super) long_block_address: B6,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:705:5
[INFO] [stdout]     |
[INFO] [stdout] 705 |     pub(super) cylinder_number: B24,
[INFO] [stdout]     |     ^                             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 705 -     pub(super) cylinder_number: B24,
[INFO] [stdout] 705 +     ub(super) cylinder_number: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:706:5
[INFO] [stdout]     |
[INFO] [stdout] 706 |     pub(super) head_number: B8,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 706 -     pub(super) head_number: B8,
[INFO] [stdout] 706 +     ub(super) head_number: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:707:5
[INFO] [stdout]     |
[INFO] [stdout] 707 |     pub(super) bytes_from_index: B32,
[INFO] [stdout]     |     ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 707 -     pub(super) bytes_from_index: B32,
[INFO] [stdout] 707 +     ub(super) bytes_from_index: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:713:5
[INFO] [stdout]     |
[INFO] [stdout] 713 |     pub(super) cylinder_number: B24,
[INFO] [stdout]     |     ^                             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 713 -     pub(super) cylinder_number: B24,
[INFO] [stdout] 713 +     ub(super) cylinder_number: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:714:5
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub(super) head_number: B8,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 714 -     pub(super) head_number: B8,
[INFO] [stdout] 714 +     ub(super) head_number: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/format_unit.rs:715:5
[INFO] [stdout]     |
[INFO] [stdout] 715 |     pub(super) sector_number: B32,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 715 -     pub(super) sector_number: B32,
[INFO] [stdout] 715 +     ub(super) sector_number: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/get_lba_status.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 105 -     operation_code: B8,
[INFO] [stdout] 105 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/get_lba_status.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     reserved_0: B3,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 106 -     reserved_0: B3,
[INFO] [stdout] 106 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/get_lba_status.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     service_action: B5,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 107 -     service_action: B5,
[INFO] [stdout] 107 +     ervice_action: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/get_lba_status.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 |     starting_logical_block_address: B64,
[INFO] [stdout]     |     ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 108 -     starting_logical_block_address: B64,
[INFO] [stdout] 108 +     tarting_logical_block_address: B6,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/get_lba_status.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     allocation_length: B32,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 109 -     allocation_length: B32,
[INFO] [stdout] 109 +     llocation_length: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/get_lba_status.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     reserved_1: B8,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 110 -     reserved_1: B8,
[INFO] [stdout] 110 +     eserved_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/get_lba_status.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 111 -     control: B8,
[INFO] [stdout] 111 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 90 -     operation_code: B8,
[INFO] [stdout] 90 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 91 |     reserved_0: B3,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 91 -     reserved_0: B3,
[INFO] [stdout] 91 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     service_action: B5,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 92 -     service_action: B5,
[INFO] [stdout] 92 +     ervice_action: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     reserved_1: B16,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 93 -     reserved_1: B16,
[INFO] [stdout] 93 +     eserved_1: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     starting_stream_identifier: B16,
[INFO] [stdout]    |     ^                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 94 -     starting_stream_identifier: B16,
[INFO] [stdout] 94 +     tarting_stream_identifier: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     reserved_2: B32,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 95 -     reserved_2: B32,
[INFO] [stdout] 95 +     eserved_2: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     allocation_length: B32,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 96 -     allocation_length: B32,
[INFO] [stdout] 96 +     llocation_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     reserved_3: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 97 -     reserved_3: B8,
[INFO] [stdout] 97 +     eserved_3: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/get_stream_status.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 98 -     control: B8,
[INFO] [stdout] 98 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/inquiry.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 96 -     operation_code: B8,
[INFO] [stdout] 96 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/inquiry.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     reserved: B6,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 97 -     reserved: B6,
[INFO] [stdout] 97 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/inquiry.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     obsolete_command_support_data: B1,
[INFO] [stdout]    |     ^                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 98 -     obsolete_command_support_data: B1,
[INFO] [stdout] 98 +     bsolete_command_support_data: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/inquiry.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     enable_vital_product_data: B1,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -     enable_vital_product_data: B1,
[INFO] [stdout] 99 +     nable_vital_product_data: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/inquiry.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     page_code: B8,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     page_code: B8,
[INFO] [stdout] 100 +     age_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/inquiry.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     allocation_length: B16,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 101 -     allocation_length: B16,
[INFO] [stdout] 101 +     llocation_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/inquiry.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 102 -     control: B8,
[INFO] [stdout] 102 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 112 -     operation_code: B8,
[INFO] [stdout] 112 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 |     reserved_0: B6,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 113 -     reserved_0: B6,
[INFO] [stdout] 113 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     parameter_code_reset: B1,
[INFO] [stdout]     |     ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 114 -     parameter_code_reset: B1,
[INFO] [stdout] 114 +     arameter_code_reset: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     save_parameters: B1,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 115 -     save_parameters: B1,
[INFO] [stdout] 115 +     ave_parameters: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     page_control: B2,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 116 -     page_control: B2,
[INFO] [stdout] 116 +     age_control: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     page_code: B6,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 117 -     page_code: B6,
[INFO] [stdout] 117 +     age_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     subpage_code: B8,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     subpage_code: B8,
[INFO] [stdout] 118 +     ubpage_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     reserved_1: B24,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 119 -     reserved_1: B24,
[INFO] [stdout] 119 +     eserved_1: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     parameter_list_length: B16,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     parameter_list_length: B16,
[INFO] [stdout] 120 +     arameter_list_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_select.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 121 -     control: B8,
[INFO] [stdout] 121 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 132 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 132 -     operation_code: B8,
[INFO] [stdout] 132 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:133:5
[INFO] [stdout]     |
[INFO] [stdout] 133 |     reserved_0: B6,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -     reserved_0: B6,
[INFO] [stdout] 133 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     obsolete: B1,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 134 -     obsolete: B1,
[INFO] [stdout] 134 +     bsolete: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     saving_parameters: B1,
[INFO] [stdout]     |     ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 135 -     saving_parameters: B1,
[INFO] [stdout] 135 +     aving_parameters: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 |     page_control: B2,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 136 -     page_control: B2,
[INFO] [stdout] 136 +     age_control: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 |     page_code: B6,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 137 -     page_code: B6,
[INFO] [stdout] 137 +     age_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:138:5
[INFO] [stdout]     |
[INFO] [stdout] 138 |     subpage_code: B8,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 138 -     subpage_code: B8,
[INFO] [stdout] 138 +     ubpage_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:139:5
[INFO] [stdout]     |
[INFO] [stdout] 139 |     reserved_1: B8,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 139 -     reserved_1: B8,
[INFO] [stdout] 139 +     eserved_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |     parameter_pointer: B16,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 140 -     parameter_pointer: B16,
[INFO] [stdout] 140 +     arameter_pointer: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 141 |     allocation_length: B16,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 141 -     allocation_length: B16,
[INFO] [stdout] 141 +     llocation_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/log_sense.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 142 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 142 -     control: B8,
[INFO] [stdout] 142 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_in.rs:308:5
[INFO] [stdout]     |
[INFO] [stdout] 308 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 308 -     operation_code: B8,
[INFO] [stdout] 308 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_in.rs:309:5
[INFO] [stdout]     |
[INFO] [stdout] 309 |     reserved_0: B3,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 309 -     reserved_0: B3,
[INFO] [stdout] 309 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_in.rs:310:5
[INFO] [stdout]     |
[INFO] [stdout] 310 |     service_action: B5,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 310 -     service_action: B5,
[INFO] [stdout] 310 +     ervice_action: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_in.rs:311:5
[INFO] [stdout]     |
[INFO] [stdout] 311 |     reserved_1: B40,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 311 -     reserved_1: B40,
[INFO] [stdout] 311 +     eserved_1: B4,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_in.rs:312:5
[INFO] [stdout]     |
[INFO] [stdout] 312 |     allocation_length: B16,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 312 -     allocation_length: B16,
[INFO] [stdout] 312 +     llocation_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_in.rs:313:5
[INFO] [stdout]     |
[INFO] [stdout] 313 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 313 -     control: B8,
[INFO] [stdout] 313 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_out.rs:298:5
[INFO] [stdout]     |
[INFO] [stdout] 298 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 298 -     operation_code: B8,
[INFO] [stdout] 298 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_out.rs:299:5
[INFO] [stdout]     |
[INFO] [stdout] 299 |     reserved_0: B3,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 299 -     reserved_0: B3,
[INFO] [stdout] 299 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_out.rs:300:5
[INFO] [stdout]     |
[INFO] [stdout] 300 |     service_action: B5,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 300 -     service_action: B5,
[INFO] [stdout] 300 +     ervice_action: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_out.rs:301:5
[INFO] [stdout]     |
[INFO] [stdout] 301 |     reservation_scope: B4,
[INFO] [stdout]     |     ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 301 -     reservation_scope: B4,
[INFO] [stdout] 301 +     eservation_scope: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_out.rs:302:5
[INFO] [stdout]     |
[INFO] [stdout] 302 |     reservation_type: B4,
[INFO] [stdout]     |     ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 302 -     reservation_type: B4,
[INFO] [stdout] 302 +     eservation_type: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_out.rs:303:5
[INFO] [stdout]     |
[INFO] [stdout] 303 |     reserved_1: B16,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 303 -     reserved_1: B16,
[INFO] [stdout] 303 +     eserved_1: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_out.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 |     parameter_list_length: B32,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 304 -     parameter_list_length: B32,
[INFO] [stdout] 304 +     arameter_list_length: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/persistent_reserve_out.rs:305:5
[INFO] [stdout]     |
[INFO] [stdout] 305 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 305 -     control: B8,
[INFO] [stdout] 305 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/reassign_blocks.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 117 -     operation_code: B8,
[INFO] [stdout] 117 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/reassign_blocks.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     reserved_0: B6,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     reserved_0: B6,
[INFO] [stdout] 118 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/reassign_blocks.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     long_lba: B1,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 119 -     long_lba: B1,
[INFO] [stdout] 119 +     ong_lba: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/reassign_blocks.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     long_list: B1,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     long_list: B1,
[INFO] [stdout] 120 +     ong_list: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/reassign_blocks.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     reserved_1: B24,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 121 -     reserved_1: B24,
[INFO] [stdout] 121 +     eserved_1: B2,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/reassign_blocks.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 122 -     control: B8,
[INFO] [stdout] 122 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/receive_diagnostic_results.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -     operation_code: B8,
[INFO] [stdout] 60 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/receive_diagnostic_results.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     reserved: B7,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 -     reserved: B7,
[INFO] [stdout] 61 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/receive_diagnostic_results.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     page_code_valid: B1,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 -     page_code_valid: B1,
[INFO] [stdout] 62 +     age_code_valid: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/receive_diagnostic_results.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 63 -     page_code: B8,
[INFO] [stdout] 63 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/receive_diagnostic_results.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     allocation_length: B16,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 -     allocation_length: B16,
[INFO] [stdout] 64 +     llocation_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/receive_diagnostic_results.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     control: B8,
[INFO] [stdout] 65 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_identifying_information.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     operation_code: B8,
[INFO] [stdout] 69 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_identifying_information.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     reserved_0: B3,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     reserved_0: B3,
[INFO] [stdout] 70 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_identifying_information.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     service_action: B5,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -     service_action: B5,
[INFO] [stdout] 71 +     ervice_action: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_identifying_information.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     reserved_1: B32,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 72 -     reserved_1: B32,
[INFO] [stdout] 72 +     eserved_1: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_identifying_information.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     allocation_length: B32,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 73 -     allocation_length: B32,
[INFO] [stdout] 73 +     llocation_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_identifying_information.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 |     information_type: B7,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 -     information_type: B7,
[INFO] [stdout] 74 +     nformation_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_identifying_information.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     reserved_2: B1,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -     reserved_2: B1,
[INFO] [stdout] 75 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_identifying_information.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 76 -     control: B8,
[INFO] [stdout] 76 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_luns.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 83 -     operation_code: B8,
[INFO] [stdout] 83 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_luns.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 |     reserved_0: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -     reserved_0: B8,
[INFO] [stdout] 84 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_luns.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     select_report: B8,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 85 -     select_report: B8,
[INFO] [stdout] 85 +     elect_report: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_luns.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     reserved_1: B24,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 86 -     reserved_1: B24,
[INFO] [stdout] 86 +     eserved_1: B2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_luns.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 |     allocation_length: B32,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 87 -     allocation_length: B32,
[INFO] [stdout] 87 +     llocation_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_luns.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 |     reserved_2: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 88 -     reserved_2: B8,
[INFO] [stdout] 88 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_luns.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 89 -     control: B8,
[INFO] [stdout] 89 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 122 -     operation_code: B8,
[INFO] [stdout] 122 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 |     reserved_0: B3,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 123 -     reserved_0: B3,
[INFO] [stdout] 123 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 |     service_action: B5,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 124 -     service_action: B5,
[INFO] [stdout] 124 +     ervice_action: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     return_command_timeouts_descriptor: B1,
[INFO] [stdout]     |     ^                                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 125 -     return_command_timeouts_descriptor: B1,
[INFO] [stdout] 125 +     eturn_command_timeouts_descriptor: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 126 |     reserved_1: B4,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 126 -     reserved_1: B4,
[INFO] [stdout] 126 +     eserved_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 |     reporting_options: B3,
[INFO] [stdout]     |     ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 127 -     reporting_options: B3,
[INFO] [stdout] 127 +     eporting_options: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 128 |     requested_operation_code: B8,
[INFO] [stdout]     |     ^                          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 128 -     requested_operation_code: B8,
[INFO] [stdout] 128 +     equested_operation_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 |     requested_service_action: B16,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 129 -     requested_service_action: B16,
[INFO] [stdout] 129 +     equested_service_action: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     allocation_length: B32,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -     allocation_length: B32,
[INFO] [stdout] 130 +     llocation_length: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |     reserved_2: B8,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 131 -     reserved_2: B8,
[INFO] [stdout] 131 +     eserved_2: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/report_supported_operation_codes.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 132 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 132 -     control: B8,
[INFO] [stdout] 132 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_supported_task_management_functions.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 85 -     operation_code: B8,
[INFO] [stdout] 85 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_supported_task_management_functions.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     reserved_0: B3,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 86 -     reserved_0: B3,
[INFO] [stdout] 86 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_supported_task_management_functions.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 |     service_action: B5,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 87 -     service_action: B5,
[INFO] [stdout] 87 +     ervice_action: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_supported_task_management_functions.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 |     return_extended_parameter_data: B1,
[INFO] [stdout]    |     ^                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 88 -     return_extended_parameter_data: B1,
[INFO] [stdout] 88 +     eturn_extended_parameter_data: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_supported_task_management_functions.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     reserved_1: B31,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 89 -     reserved_1: B31,
[INFO] [stdout] 89 +     eserved_1: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_supported_task_management_functions.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 |     allocation_length: B32,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 90 -     allocation_length: B32,
[INFO] [stdout] 90 +     llocation_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_supported_task_management_functions.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 91 |     reserved_2: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 91 -     reserved_2: B8,
[INFO] [stdout] 91 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_supported_task_management_functions.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 92 -     control: B8,
[INFO] [stdout] 92 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_timestamp.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 -     operation_code: B8,
[INFO] [stdout] 56 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_timestamp.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     reserved_0: B3,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 57 -     reserved_0: B3,
[INFO] [stdout] 57 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_timestamp.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     service_action: B5,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 58 -     service_action: B5,
[INFO] [stdout] 58 +     ervice_action: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_timestamp.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     reserved_1: B32,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -     reserved_1: B32,
[INFO] [stdout] 59 +     eserved_1: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_timestamp.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     allocation_length: B32,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -     allocation_length: B32,
[INFO] [stdout] 60 +     llocation_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_timestamp.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     reserved_2: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 -     reserved_2: B8,
[INFO] [stdout] 61 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/report_timestamp.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 -     control: B8,
[INFO] [stdout] 62 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/request_sense.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -     operation_code: B8,
[INFO] [stdout] 55 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/request_sense.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     reserved_0: B7,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 -     reserved_0: B7,
[INFO] [stdout] 56 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/request_sense.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     descriptor_format: B1,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 57 -     descriptor_format: B1,
[INFO] [stdout] 57 +     escriptor_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/request_sense.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     reserved_1: B16,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 58 -     reserved_1: B16,
[INFO] [stdout] 58 +     eserved_1: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/request_sense.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     allocation_length: B8,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -     allocation_length: B8,
[INFO] [stdout] 59 +     llocation_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/request_sense.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -     control: B8,
[INFO] [stdout] 60 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:162:5
[INFO] [stdout]     |
[INFO] [stdout] 162 |     operation_code: B8,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 162 -     operation_code: B8,
[INFO] [stdout] 162 +     peration_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:163:5
[INFO] [stdout]     |
[INFO] [stdout] 163 |     immediate: B1,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 163 -     immediate: B1,
[INFO] [stdout] 163 +     mmediate: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 164 |     zoned_no_reset: B1,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 164 -     zoned_no_reset: B1,
[INFO] [stdout] 164 +     oned_no_reset: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:165:5
[INFO] [stdout]     |
[INFO] [stdout] 165 |     allow_unrestricted_sanitize_exit: B1,
[INFO] [stdout]     |     ^                                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 165 -     allow_unrestricted_sanitize_exit: B1,
[INFO] [stdout] 165 +     llow_unrestricted_sanitize_exit: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 166 |     service_action: B5,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 166 -     service_action: B5,
[INFO] [stdout] 166 +     ervice_action: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:167:5
[INFO] [stdout]     |
[INFO] [stdout] 167 |     reserved: B40,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 167 -     reserved: B40,
[INFO] [stdout] 167 +     eserved: B4,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 168 |     parameter_list_length: B16,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 168 -     parameter_list_length: B16,
[INFO] [stdout] 168 +     arameter_list_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 169 -     control: B8,
[INFO] [stdout] 169 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:175:5
[INFO] [stdout]     |
[INFO] [stdout] 175 |     invert: B1,
[INFO] [stdout]     |     ^        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 175 -     invert: B1,
[INFO] [stdout] 175 +     nvert: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 |     test: B2,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 176 -     test: B2,
[INFO] [stdout] 176 +     est: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:177:5
[INFO] [stdout]     |
[INFO] [stdout] 177 |     overwrite_count: B5,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 177 -     overwrite_count: B5,
[INFO] [stdout] 177 +     verwrite_count: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:178:5
[INFO] [stdout]     |
[INFO] [stdout] 178 |     reserved: B8,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 178 -     reserved: B8,
[INFO] [stdout] 178 +     eserved: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/sanitize.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     initialization_pattern_length: B16,
[INFO] [stdout]     |     ^                                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 179 -     initialization_pattern_length: B16,
[INFO] [stdout] 179 +     nitialization_pattern_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 68 -     operation_code: B8,
[INFO] [stdout] 68 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     security_protocol: B8,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     security_protocol: B8,
[INFO] [stdout] 69 +     ecurity_protocol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     security_protocol_specific: B16,
[INFO] [stdout]    |     ^                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     security_protocol_specific: B16,
[INFO] [stdout] 70 +     ecurity_protocol_specific: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     inc_512: B1,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -     inc_512: B1,
[INFO] [stdout] 71 +     nc_512: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     reserved_0: B7,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 72 -     reserved_0: B7,
[INFO] [stdout] 72 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     reserved_1: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 73 -     reserved_1: B8,
[INFO] [stdout] 73 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 |     allocation_length: B32,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 -     allocation_length: B32,
[INFO] [stdout] 74 +     llocation_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     reserved_2: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -     reserved_2: B8,
[INFO] [stdout] 75 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_in.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 76 -     control: B8,
[INFO] [stdout] 76 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 88 -     operation_code: B8,
[INFO] [stdout] 88 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     security_protocol: B8,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 89 -     security_protocol: B8,
[INFO] [stdout] 89 +     ecurity_protocol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 |     security_protocol_specific: B16,
[INFO] [stdout]    |     ^                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 90 -     security_protocol_specific: B16,
[INFO] [stdout] 90 +     ecurity_protocol_specific: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 91 |     inc_512: B1,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 91 -     inc_512: B1,
[INFO] [stdout] 91 +     nc_512: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     reserved_0: B7,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 92 -     reserved_0: B7,
[INFO] [stdout] 92 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     reserved_1: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 93 -     reserved_1: B8,
[INFO] [stdout] 93 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     transfer_length: B32,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 94 -     transfer_length: B32,
[INFO] [stdout] 94 +     ransfer_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     reserved_2: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 95 -     reserved_2: B8,
[INFO] [stdout] 95 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/security_protocol_out.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 96 -     control: B8,
[INFO] [stdout] 96 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 91 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 91 -     operation_code: B8,
[INFO] [stdout] 91 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     self_test_code: B3,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 92 -     self_test_code: B3,
[INFO] [stdout] 92 +     elf_test_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     page_format: B1,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 93 -     page_format: B1,
[INFO] [stdout] 93 +     age_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     reserved_0: B1,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 94 -     reserved_0: B1,
[INFO] [stdout] 94 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     self_test: B1,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 95 -     self_test: B1,
[INFO] [stdout] 95 +     elf_test: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     scsi_target_device_offline: B1,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 96 -     scsi_target_device_offline: B1,
[INFO] [stdout] 96 +     csi_target_device_offline: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     unit_offline: B1,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 97 -     unit_offline: B1,
[INFO] [stdout] 97 +     nit_offline: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     reserved: B8,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 98 -     reserved: B8,
[INFO] [stdout] 98 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/send_diagnostic.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     parameter_list_length: B16,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -     parameter_list_length: B16,
[INFO] [stdout] 99 +     arameter_list_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/send_diagnostic.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     control: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     control: B8,
[INFO] [stdout] 100 +     ontrol: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_identifying_information.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -     operation_code: B8,
[INFO] [stdout] 75 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_identifying_information.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     reserved_0: B3,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 76 -     reserved_0: B3,
[INFO] [stdout] 76 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_identifying_information.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     service_action: B5,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -     service_action: B5,
[INFO] [stdout] 77 +     ervice_action: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_identifying_information.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     reserved_1: B32,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 78 -     reserved_1: B32,
[INFO] [stdout] 78 +     eserved_1: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_identifying_information.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 |     parameter_list_length: B32,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -     parameter_list_length: B32,
[INFO] [stdout] 79 +     arameter_list_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_identifying_information.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     information_type: B7,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -     information_type: B7,
[INFO] [stdout] 80 +     nformation_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_identifying_information.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     reserved_2: B1,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 81 -     reserved_2: B1,
[INFO] [stdout] 81 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_identifying_information.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 82 -     control: B8,
[INFO] [stdout] 82 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_timestamp.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     operation_code: B8,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 -     operation_code: B8,
[INFO] [stdout] 64 +     peration_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_timestamp.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     reserved_0: B3,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     reserved_0: B3,
[INFO] [stdout] 65 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_timestamp.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     service_action: B5,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     service_action: B5,
[INFO] [stdout] 66 +     ervice_action: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_timestamp.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     reserved_1: B32,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 -     reserved_1: B32,
[INFO] [stdout] 67 +     eserved_1: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_timestamp.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     parameter_list_length: B32,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 68 -     parameter_list_length: B32,
[INFO] [stdout] 68 +     arameter_list_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_timestamp.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     reserved_2: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     reserved_2: B8,
[INFO] [stdout] 69 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/set_timestamp.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     control: B8,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     control: B8,
[INFO] [stdout] 70 +     ontrol: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/ascii_information.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 51 -     peripheral_qualifier: B3,
[INFO] [stdout] 51 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/ascii_information.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -     peripheral_device_type: B5,
[INFO] [stdout] 52 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/ascii_information.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -     page_code: B8,
[INFO] [stdout] 53 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/ascii_information.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     reserved: B8,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 54 -     reserved: B8,
[INFO] [stdout] 54 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/ascii_information.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     page_length: B8,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -     page_length: B8,
[INFO] [stdout] 55 +     age_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/ascii_information.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     ascii_length: B8,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 -     ascii_length: B8,
[INFO] [stdout] 56 +     scii_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     peripheral_qualifier: B3,
[INFO] [stdout] 47 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 48 -     peripheral_device_type: B5,
[INFO] [stdout] 48 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     page_code: B8,
[INFO] [stdout] 49 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -     page_length: B16,
[INFO] [stdout] 50 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     medium_rotation_rate: B16,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 51 -     medium_rotation_rate: B16,
[INFO] [stdout] 51 +     edium_rotation_rate: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     product_type: B8,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -     product_type: B8,
[INFO] [stdout] 52 +     roduct_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     write_after_block_erase_required: B2,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -     write_after_block_erase_required: B2,
[INFO] [stdout] 53 +     rite_after_block_erase_required: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     write_after_cryptographic_erase_required: B2,
[INFO] [stdout]    |     ^                                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 54 -     write_after_cryptographic_erase_required: B2,
[INFO] [stdout] 54 +     rite_after_cryptographic_erase_required: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     nominal_form_factor: B4,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -     nominal_form_factor: B4,
[INFO] [stdout] 55 +     ominal_form_factor: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     reserved_0: B2,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 -     reserved_0: B2,
[INFO] [stdout] 56 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     zoned: B2,
[INFO] [stdout]    |     ^       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 57 -     zoned: B2,
[INFO] [stdout] 57 +     oned: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     reserved_1: B1,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 58 -     reserved_1: B1,
[INFO] [stdout] 58 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     background_operation_control_supported: B1,
[INFO] [stdout]    |     ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -     background_operation_control_supported: B1,
[INFO] [stdout] 59 +     ackground_operation_control_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     fuab: B1,
[INFO] [stdout]    |     ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -     fuab: B1,
[INFO] [stdout] 60 +     uab: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     vbuls: B1,
[INFO] [stdout]    |     ^       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 -     vbuls: B1,
[INFO] [stdout] 61 +     buls: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     reserved_2: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 -     reserved_2: B128,
[INFO] [stdout] 62 +     eserved_2: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     reserved_3: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 63 -     reserved_3: B128,
[INFO] [stdout] 63 +     eserved_3: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     reserved_4: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 -     reserved_4: B128,
[INFO] [stdout] 64 +     eserved_4: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     reserved_5: B56,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     reserved_5: B56,
[INFO] [stdout] 65 +     eserved_5: B5,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -     peripheral_qualifier: B3,
[INFO] [stdout] 39 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 -     peripheral_device_type: B5,
[INFO] [stdout] 40 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     page_code: B8,
[INFO] [stdout] 41 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -     page_length: B16,
[INFO] [stdout] 42 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     reserved_0: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -     reserved_0: B8,
[INFO] [stdout] 43 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     utilization_type: B8,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     utilization_type: B8,
[INFO] [stdout] 44 +     tilization_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     utilization_units: B8,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -     utilization_units: B8,
[INFO] [stdout] 45 +     tilization_units: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     utilization_interval: B8,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -     utilization_interval: B8,
[INFO] [stdout] 46 +     tilization_interval: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     utilization_b: B32,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     utilization_b: B32,
[INFO] [stdout] 47 +     tilization_b: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     utilization_a: B32,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 48 -     utilization_a: B32,
[INFO] [stdout] 48 +     tilization_a: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     reserved_1: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     reserved_1: B128,
[INFO] [stdout] 49 +     eserved_1: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     reserved_2: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -     reserved_2: B128,
[INFO] [stdout] 50 +     eserved_2: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     reserved_3: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 51 -     reserved_3: B128,
[INFO] [stdout] 51 +     eserved_3: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     reserved_4: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -     reserved_4: B128,
[INFO] [stdout] 52 +     eserved_4: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     reserved_5: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -     reserved_5: B128,
[INFO] [stdout] 53 +     eserved_5: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     reserved_6: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 54 -     reserved_6: B128,
[INFO] [stdout] 54 +     eserved_6: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_device_characteristics_extension.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     reserved_7: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -     reserved_7: B128,
[INFO] [stdout] 55 +     eserved_7: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     peripheral_qualifier: B3,
[INFO] [stdout] 65 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     peripheral_device_type: B5,
[INFO] [stdout] 66 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 -     page_code: B8,
[INFO] [stdout] 67 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 68 -     page_length: B16,
[INFO] [stdout] 68 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     reserved: B7,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     reserved: B7,
[INFO] [stdout] 69 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     write_same_non_zero: B1,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     write_same_non_zero: B1,
[INFO] [stdout] 70 +     rite_same_non_zero: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     maximum_compare_and_write_length: B8,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -     maximum_compare_and_write_length: B8,
[INFO] [stdout] 71 +     aximum_compare_and_write_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     optimal_transfer_length_granularity: B16,
[INFO] [stdout]    |     ^                                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 72 -     optimal_transfer_length_granularity: B16,
[INFO] [stdout] 72 +     ptimal_transfer_length_granularity: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     maximum_transfer_length: B32,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 73 -     maximum_transfer_length: B32,
[INFO] [stdout] 73 +     aximum_transfer_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 |     optimal_transfer_length: B32,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 -     optimal_transfer_length: B32,
[INFO] [stdout] 74 +     ptimal_transfer_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     maximum_prefetch_length: B32,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -     maximum_prefetch_length: B32,
[INFO] [stdout] 75 +     aximum_prefetch_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     maximum_unmap_lba_count: B32,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 76 -     maximum_unmap_lba_count: B32,
[INFO] [stdout] 76 +     aximum_unmap_lba_count: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     maximum_unmap_block_descriptor_count: B32,
[INFO] [stdout]    |     ^                                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -     maximum_unmap_block_descriptor_count: B32,
[INFO] [stdout] 77 +     aximum_unmap_block_descriptor_count: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     optimal_unmap_granularity: B32,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 78 -     optimal_unmap_granularity: B32,
[INFO] [stdout] 78 +     ptimal_unmap_granularity: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 |     unmap_granularity_alignment_valid: B1,
[INFO] [stdout]    |     ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -     unmap_granularity_alignment_valid: B1,
[INFO] [stdout] 79 +     nmap_granularity_alignment_valid: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     unmap_granularity_alignment: B31,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -     unmap_granularity_alignment: B31,
[INFO] [stdout] 80 +     nmap_granularity_alignment: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     maximum_write_same_length: B64,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 81 -     maximum_write_same_length: B64,
[INFO] [stdout] 81 +     aximum_write_same_length: B6,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     maximum_atomic_transfer_length: B32,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 82 -     maximum_atomic_transfer_length: B32,
[INFO] [stdout] 82 +     aximum_atomic_transfer_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     atomic_alignment: B32,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 83 -     atomic_alignment: B32,
[INFO] [stdout] 83 +     tomic_alignment: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 |     atomic_transfer_length_granularity: B32,
[INFO] [stdout]    |     ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -     atomic_transfer_length_granularity: B32,
[INFO] [stdout] 84 +     tomic_transfer_length_granularity: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     maximum_atomic_transfer_length_with_atomic_boundary: B32,
[INFO] [stdout]    |     ^                                                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 85 -     maximum_atomic_transfer_length_with_atomic_boundary: B32,
[INFO] [stdout] 85 +     aximum_atomic_transfer_length_with_atomic_boundary: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     maximum_atomic_boundary_size: B32,
[INFO] [stdout]    |     ^                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 86 -     maximum_atomic_boundary_size: B32,
[INFO] [stdout] 86 +     aximum_atomic_boundary_size: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits_extension.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -     peripheral_qualifier: B3,
[INFO] [stdout] 42 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits_extension.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -     peripheral_device_type: B5,
[INFO] [stdout] 43 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits_extension.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     page_code: B8,
[INFO] [stdout] 44 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits_extension.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -     page_length: B16,
[INFO] [stdout] 45 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits_extension.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     reserved: B16,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -     reserved: B16,
[INFO] [stdout] 46 +     eserved: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits_extension.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     maximum_number_of_streams: B16,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     maximum_number_of_streams: B16,
[INFO] [stdout] 47 +     aximum_number_of_streams: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits_extension.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     optimal_stream_write_size: B16,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 48 -     optimal_stream_write_size: B16,
[INFO] [stdout] 48 +     ptimal_stream_write_size: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/block_limits_extension.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     stream_granularity_size: B32,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     stream_granularity_size: B32,
[INFO] [stdout] 49 +     tream_granularity_size: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     peripheral_qualifier: B3,
[INFO] [stdout]     |     ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     peripheral_qualifier: B3,
[INFO] [stdout] 118 +     eripheral_qualifier: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     peripheral_device_type: B5,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 119 -     peripheral_device_type: B5,
[INFO] [stdout] 119 +     eripheral_device_type: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     page_code: B8,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     page_code: B8,
[INFO] [stdout] 120 +     age_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     page_length: B16,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 121 -     page_length: B16,
[INFO] [stdout] 121 +     age_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 |     protocol_identifier: B4,
[INFO] [stdout]     |     ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 127 -     protocol_identifier: B4,
[INFO] [stdout] 127 +     rotocol_identifier: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 128 |     code_set: B4,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 128 -     code_set: B4,
[INFO] [stdout] 128 +     ode_set: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 |     protocol_identifier_valid: B1,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 129 -     protocol_identifier_valid: B1,
[INFO] [stdout] 129 +     rotocol_identifier_valid: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     reserved_0: B1,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -     reserved_0: B1,
[INFO] [stdout] 130 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |     association: B2,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 131 -     association: B2,
[INFO] [stdout] 131 +     ssociation: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 132 |     identifier_type: B4,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 132 -     identifier_type: B4,
[INFO] [stdout] 132 +     dentifier_type: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:133:5
[INFO] [stdout]     |
[INFO] [stdout] 133 |     reserved_1: B8,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -     reserved_1: B8,
[INFO] [stdout] 133 +     eserved_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/device_identification.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     identifier_length: B8,
[INFO] [stdout]     |     ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 134 -     identifier_length: B8,
[INFO] [stdout] 134 +     dentifier_length: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 82 -     peripheral_qualifier: B3,
[INFO] [stdout] 82 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 83 -     peripheral_device_type: B5,
[INFO] [stdout] 83 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -     page_code: B8,
[INFO] [stdout] 84 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 85 -     page_length: B16,
[INFO] [stdout] 85 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     activate_microcode: B2,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 86 -     activate_microcode: B2,
[INFO] [stdout] 86 +     ctivate_microcode: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 |     supported_protection_type: B3,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 87 -     supported_protection_type: B3,
[INFO] [stdout] 87 +     upported_protection_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:88:5
[INFO] [stdout]    |
[INFO] [stdout] 88 |     guard_check: B1,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 88 -     guard_check: B1,
[INFO] [stdout] 88 +     uard_check: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:89:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     application_tag_check: B1,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 89 -     application_tag_check: B1,
[INFO] [stdout] 89 +     pplication_tag_check: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 90 |     reference_tag_check: B1,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 90 -     reference_tag_check: B1,
[INFO] [stdout] 90 +     eference_tag_check: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:91:5
[INFO] [stdout]    |
[INFO] [stdout] 91 |     reserved_00: B2,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 91 -     reserved_00: B2,
[INFO] [stdout] 91 +     eserved_00: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:92:5
[INFO] [stdout]    |
[INFO] [stdout] 92 |     unit_attention_sense_key_supported: B1,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 92 -     unit_attention_sense_key_supported: B1,
[INFO] [stdout] 92 +     nit_attention_sense_key_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:93:5
[INFO] [stdout]    |
[INFO] [stdout] 93 |     grouping_function_supported: B1,
[INFO] [stdout]    |     ^                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 93 -     grouping_function_supported: B1,
[INFO] [stdout] 93 +     rouping_function_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:94:5
[INFO] [stdout]    |
[INFO] [stdout] 94 |     priority_supported: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 94 -     priority_supported: B1,
[INFO] [stdout] 94 +     riority_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:95:5
[INFO] [stdout]    |
[INFO] [stdout] 95 |     head_of_queue_supported: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 95 -     head_of_queue_supported: B1,
[INFO] [stdout] 95 +     ead_of_queue_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     ordered_supported: B1,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 96 -     ordered_supported: B1,
[INFO] [stdout] 96 +     rdered_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 97 |     simple_supported: B1,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 97 -     simple_supported: B1,
[INFO] [stdout] 97 +     imple_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 |     reserved_01: B4,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 98 -     reserved_01: B4,
[INFO] [stdout] 98 +     eserved_01: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/extended_inquiry_data.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     write_uncorrectable_supported: B1,
[INFO] [stdout]    |     ^                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -     write_uncorrectable_supported: B1,
[INFO] [stdout] 99 +     rite_uncorrectable_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     correction_disable_supported: B1,
[INFO] [stdout]     |     ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     correction_disable_supported: B1,
[INFO] [stdout] 100 +     orrection_disable_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     non_volatile_cache_supported: B1,
[INFO] [stdout]     |     ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 101 -     non_volatile_cache_supported: B1,
[INFO] [stdout] 101 +     on_volatile_cache_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     volatile_cache_supported: B1,
[INFO] [stdout]     |     ^                          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 102 -     volatile_cache_supported: B1,
[INFO] [stdout] 102 +     olatile_cache_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     reserved_02: B2,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 103 -     reserved_02: B2,
[INFO] [stdout] 103 +     eserved_02: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     no_protection_information_checking: B1,
[INFO] [stdout]     |     ^                                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 104 -     no_protection_information_checking: B1,
[INFO] [stdout] 104 +     o_protection_information_checking: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     protection_information_interval_supported: B1,
[INFO] [stdout]     |     ^                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 105 -     protection_information_interval_supported: B1,
[INFO] [stdout] 105 +     rotection_information_interval_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     reserved_03: B3,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 106 -     reserved_03: B3,
[INFO] [stdout] 106 +     eserved_03: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     logical_unit_i_t_nexus_clear: B1,
[INFO] [stdout]     |     ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 107 -     logical_unit_i_t_nexus_clear: B1,
[INFO] [stdout] 107 +     ogical_unit_i_t_nexus_clear: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:108:5
[INFO] [stdout]     |
[INFO] [stdout] 108 |     reserved_04: B3,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 108 -     reserved_04: B3,
[INFO] [stdout] 108 +     eserved_04: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     referrals_supported: B1,
[INFO] [stdout]     |     ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 109 -     referrals_supported: B1,
[INFO] [stdout] 109 +     eferrals_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     reserved_05: B1,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 110 -     reserved_05: B1,
[INFO] [stdout] 110 +     eserved_05: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     revert_to_defaults_bit_supported: B1,
[INFO] [stdout]     |     ^                                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 111 -     revert_to_defaults_bit_supported: B1,
[INFO] [stdout] 111 +     evert_to_defaults_bit_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     history_snapshots_release_effects: B1,
[INFO] [stdout]     |     ^                                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 112 -     history_snapshots_release_effects: B1,
[INFO] [stdout] 112 +     istory_snapshots_release_effects: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 |     obsolete: B1,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 113 -     obsolete: B1,
[INFO] [stdout] 113 +     bsolete: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     reserved_06: B4,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 114 -     reserved_06: B4,
[INFO] [stdout] 114 +     eserved_06: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     multi_i_t_nexus_microcode_download: B4,
[INFO] [stdout]     |     ^                                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 115 -     multi_i_t_nexus_microcode_download: B4,
[INFO] [stdout] 115 +     ulti_i_t_nexus_microcode_download: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     extended_self_test_completion_minutes: B16,
[INFO] [stdout]     |     ^                                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 116 -     extended_self_test_completion_minutes: B16,
[INFO] [stdout] 116 +     xtended_self_test_completion_minutes: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     power_on_activation_supported: B1,
[INFO] [stdout]     |     ^                               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 117 -     power_on_activation_supported: B1,
[INFO] [stdout] 117 +     ower_on_activation_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     hard_reset_activation_supported: B1,
[INFO] [stdout]     |     ^                                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     hard_reset_activation_supported: B1,
[INFO] [stdout] 118 +     ard_reset_activation_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     vendor_specific_activation_supported: B1,
[INFO] [stdout]     |     ^                                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 119 -     vendor_specific_activation_supported: B1,
[INFO] [stdout] 119 +     endor_specific_activation_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     reserved_07: B5,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     reserved_07: B5,
[INFO] [stdout] 120 +     eserved_07: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     maximum_supported_sense_data_length: B8,
[INFO] [stdout]     |     ^                                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 121 -     maximum_supported_sense_data_length: B8,
[INFO] [stdout] 121 +     aximum_supported_sense_data_length: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     reserved_08: B128,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 122 -     reserved_08: B128,
[INFO] [stdout] 122 +     eserved_08: B12,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 |     reserved_09: B128,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 123 -     reserved_09: B128,
[INFO] [stdout] 123 +     eserved_09: B12,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 |     reserved_10: B128,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 124 -     reserved_10: B128,
[INFO] [stdout] 124 +     eserved_10: B12,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/extended_inquiry_data.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     reserved_11: B16,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 125 -     reserved_11: B16,
[INFO] [stdout] 125 +     eserved_11: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -     peripheral_qualifier: B3,
[INFO] [stdout] 60 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 -     peripheral_device_type: B5,
[INFO] [stdout] 61 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 -     page_code: B8,
[INFO] [stdout] 62 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 63 -     page_length: B16,
[INFO] [stdout] 63 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     threshold_exponent: B8,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 -     threshold_exponent: B8,
[INFO] [stdout] 64 +     hreshold_exponent: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     logical_block_provisioning_unmap: B1,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     logical_block_provisioning_unmap: B1,
[INFO] [stdout] 65 +     ogical_block_provisioning_unmap: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     logical_block_provisioning_write_same: B1,
[INFO] [stdout]    |     ^                                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     logical_block_provisioning_write_same: B1,
[INFO] [stdout] 66 +     ogical_block_provisioning_write_same: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     logical_block_provisioning_write_same_10: B1,
[INFO] [stdout]    |     ^                                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 -     logical_block_provisioning_write_same_10: B1,
[INFO] [stdout] 67 +     ogical_block_provisioning_write_same_10: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     logical_block_provisioning_read_zeros: B3,
[INFO] [stdout]    |     ^                                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 68 -     logical_block_provisioning_read_zeros: B3,
[INFO] [stdout] 68 +     ogical_block_provisioning_read_zeros: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     anchor_supported: B1,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     anchor_supported: B1,
[INFO] [stdout] 69 +     nchor_supported: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     descriptor_present: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     descriptor_present: B1,
[INFO] [stdout] 70 +     escriptor_present: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     minimum_percentage: B5,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -     minimum_percentage: B5,
[INFO] [stdout] 71 +     inimum_percentage: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     provisioning_type: B3,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 72 -     provisioning_type: B3,
[INFO] [stdout] 72 +     rovisioning_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/logical_block_provisioning.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     threshold_percentage: B8,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 73 -     threshold_percentage: B8,
[INFO] [stdout] 73 +     hreshold_percentage: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 54 -     peripheral_qualifier: B3,
[INFO] [stdout] 54 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -     peripheral_device_type: B5,
[INFO] [stdout] 55 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 -     page_code: B8,
[INFO] [stdout] 56 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 57 -     page_length: B16,
[INFO] [stdout] 57 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     reserved_0: B2,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 63 -     reserved_0: B2,
[INFO] [stdout] 63 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     policy_page_code: B6,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 -     policy_page_code: B6,
[INFO] [stdout] 64 +     olicy_page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     policy_subpage_code: B8,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     policy_subpage_code: B8,
[INFO] [stdout] 65 +     olicy_subpage_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     multiple_logical_units_share: B1,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     multiple_logical_units_share: B1,
[INFO] [stdout] 66 +     ultiple_logical_units_share: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     reserved_1: B5,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 -     reserved_1: B5,
[INFO] [stdout] 67 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     mode_page_policy: B2,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 68 -     mode_page_policy: B2,
[INFO] [stdout] 68 +     ode_page_policy: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/mode_page_policy.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     reserved_2: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     reserved_2: B8,
[INFO] [stdout] 69 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -     peripheral_qualifier: B3,
[INFO] [stdout] 71 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 72 -     peripheral_device_type: B5,
[INFO] [stdout] 72 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 73 -     page_code: B8,
[INFO] [stdout] 73 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 -     page_length: B16,
[INFO] [stdout] 74 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     reserved_0: B6,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -     reserved_0: B6,
[INFO] [stdout] 75 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     standby_y: B1,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 76 -     standby_y: B1,
[INFO] [stdout] 76 +     tandby_y: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 |     standby_z: B1,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 77 -     standby_z: B1,
[INFO] [stdout] 77 +     tandby_z: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:78:5
[INFO] [stdout]    |
[INFO] [stdout] 78 |     reserved_1: B5,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 78 -     reserved_1: B5,
[INFO] [stdout] 78 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:79:5
[INFO] [stdout]    |
[INFO] [stdout] 79 |     idle_c: B1,
[INFO] [stdout]    |     ^        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 79 -     idle_c: B1,
[INFO] [stdout] 79 +     dle_c: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     idle_b: B1,
[INFO] [stdout]    |     ^        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -     idle_b: B1,
[INFO] [stdout] 80 +     dle_b: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     idle_a: B1,
[INFO] [stdout]    |     ^        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 81 -     idle_a: B1,
[INFO] [stdout] 81 +     dle_a: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:82:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     stopped_condition_recovery_time: B16,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 82 -     stopped_condition_recovery_time: B16,
[INFO] [stdout] 82 +     topped_condition_recovery_time: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 83 |     standby_z_condition_recovery_time: B16,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 83 -     standby_z_condition_recovery_time: B16,
[INFO] [stdout] 83 +     tandby_z_condition_recovery_time: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 |     standby_y_condition_recovery_time: B16,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 -     standby_y_condition_recovery_time: B16,
[INFO] [stdout] 84 +     tandby_y_condition_recovery_time: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:85:5
[INFO] [stdout]    |
[INFO] [stdout] 85 |     idle_a_condition_recovery_time: B16,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 85 -     idle_a_condition_recovery_time: B16,
[INFO] [stdout] 85 +     dle_a_condition_recovery_time: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:86:5
[INFO] [stdout]    |
[INFO] [stdout] 86 |     idle_b_condition_recovery_time: B16,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 86 -     idle_b_condition_recovery_time: B16,
[INFO] [stdout] 86 +     dle_b_condition_recovery_time: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_condition.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 |     idle_c_condition_recovery_time: B16,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 87 -     idle_c_condition_recovery_time: B16,
[INFO] [stdout] 87 +     dle_c_condition_recovery_time: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_consumption.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -     peripheral_qualifier: B3,
[INFO] [stdout] 59 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_consumption.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -     peripheral_device_type: B5,
[INFO] [stdout] 60 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_consumption.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 -     page_code: B8,
[INFO] [stdout] 61 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_consumption.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 -     page_length: B16,
[INFO] [stdout] 62 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_consumption.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     power_consumption_identifier: B8,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 68 -     power_consumption_identifier: B8,
[INFO] [stdout] 68 +     ower_consumption_identifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_consumption.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 69 |     reserved: B5,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 69 -     reserved: B5,
[INFO] [stdout] 69 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_consumption.rs:70:5
[INFO] [stdout]    |
[INFO] [stdout] 70 |     power_consumption_units: B3,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     power_consumption_units: B3,
[INFO] [stdout] 70 +     ower_consumption_units: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/power_consumption.rs:71:5
[INFO] [stdout]    |
[INFO] [stdout] 71 |     power_consumption_value: B16,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 71 -     power_consumption_value: B16,
[INFO] [stdout] 71 +     ower_consumption_value: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     peripheral_qualifier: B3,
[INFO] [stdout]     |     ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -     peripheral_qualifier: B3,
[INFO] [stdout] 146 +     eripheral_qualifier: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:147:5
[INFO] [stdout]     |
[INFO] [stdout] 147 |     peripheral_device_type: B5,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 147 -     peripheral_device_type: B5,
[INFO] [stdout] 147 +     eripheral_device_type: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:148:5
[INFO] [stdout]     |
[INFO] [stdout] 148 |     page_code: B8,
[INFO] [stdout]     |     ^           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 148 -     page_code: B8,
[INFO] [stdout] 148 +     age_code: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:149:5
[INFO] [stdout]     |
[INFO] [stdout] 149 |     page_length: B16,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 149 -     page_length: B16,
[INFO] [stdout] 149 +     age_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:155:5
[INFO] [stdout]     |
[INFO] [stdout] 155 |     reserved_0: B16,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 155 -     reserved_0: B16,
[INFO] [stdout] 155 +     eserved_0: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 156 |     relative_port_identifier: B16,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 156 -     relative_port_identifier: B16,
[INFO] [stdout] 156 +     elative_port_identifier: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:157:5
[INFO] [stdout]     |
[INFO] [stdout] 157 |     reserved_1: B16,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 157 -     reserved_1: B16,
[INFO] [stdout] 157 +     eserved_1: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:158:5
[INFO] [stdout]     |
[INFO] [stdout] 158 |     initiator_port_transportid_length: B16,
[INFO] [stdout]     |     ^                                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 158 -     initiator_port_transportid_length: B16,
[INFO] [stdout] 158 +     nitiator_port_transportid_length: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 164 |     protocol_identifier: B4,
[INFO] [stdout]     |     ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 164 -     protocol_identifier: B4,
[INFO] [stdout] 164 +     rotocol_identifier: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:165:5
[INFO] [stdout]     |
[INFO] [stdout] 165 |     code_set: B4,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 165 -     code_set: B4,
[INFO] [stdout] 165 +     ode_set: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 166 |     protocol_identifier_valid: B1,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 166 -     protocol_identifier_valid: B1,
[INFO] [stdout] 166 +     rotocol_identifier_valid: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:167:5
[INFO] [stdout]     |
[INFO] [stdout] 167 |     reserved_0: B1,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 167 -     reserved_0: B1,
[INFO] [stdout] 167 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:168:5
[INFO] [stdout]     |
[INFO] [stdout] 168 |     association: B2,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 168 -     association: B2,
[INFO] [stdout] 168 +     ssociation: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 |     designator_type: B4,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 169 -     designator_type: B4,
[INFO] [stdout] 169 +     esignator_type: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 |     reserved_1: B8,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 170 -     reserved_1: B8,
[INFO] [stdout] 170 +     eserved_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/scsi_ports.rs:171:5
[INFO] [stdout]     |
[INFO] [stdout] 171 |     designator_length: B8,
[INFO] [stdout]     |     ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 171 -     designator_length: B8,
[INFO] [stdout] 171 +     esignator_length: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/standard_inquiry.rs:99:5
[INFO] [stdout]    |
[INFO] [stdout] 99 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 99 -     peripheral_qualifier: B3,
[INFO] [stdout] 99 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     peripheral_device_type: B5,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 100 -     peripheral_device_type: B5,
[INFO] [stdout] 100 +     eripheral_device_type: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     removable_media: B1,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 101 -     removable_media: B1,
[INFO] [stdout] 101 +     emovable_media: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     reserved_0: B7,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 102 -     reserved_0: B7,
[INFO] [stdout] 102 +     eserved_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     version: B8,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 103 -     version: B8,
[INFO] [stdout] 103 +     ersion: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     obsolete_0: B2,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 104 -     obsolete_0: B2,
[INFO] [stdout] 104 +     bsolete_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     normal_aca_supported: B1,
[INFO] [stdout]     |     ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 105 -     normal_aca_supported: B1,
[INFO] [stdout] 105 +     ormal_aca_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     hierarchical_support: B1,
[INFO] [stdout]     |     ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 106 -     hierarchical_support: B1,
[INFO] [stdout] 106 +     ierarchical_support: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     response_data_format: B4,
[INFO] [stdout]     |     ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 107 -     response_data_format: B4,
[INFO] [stdout] 107 +     esponse_data_format: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:109:5
[INFO] [stdout]     |
[INFO] [stdout] 109 |     additional_length: B8,
[INFO] [stdout]     |     ^                   ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 109 -     additional_length: B8,
[INFO] [stdout] 109 +     dditional_length: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 |     scc_supported: B1,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 110 -     scc_supported: B1,
[INFO] [stdout] 110 +     cc_supported: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:111:5
[INFO] [stdout]     |
[INFO] [stdout] 111 |     access_controls_coordinator: B1,
[INFO] [stdout]     |     ^                             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 111 -     access_controls_coordinator: B1,
[INFO] [stdout] 111 +     ccess_controls_coordinator: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:112:5
[INFO] [stdout]     |
[INFO] [stdout] 112 |     target_port_group_support: B2,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 112 -     target_port_group_support: B2,
[INFO] [stdout] 112 +     arget_port_group_support: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 |     third_party_copy: B1,
[INFO] [stdout]     |     ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 113 -     third_party_copy: B1,
[INFO] [stdout] 113 +     hird_party_copy: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     reserved_1: B2,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 114 -     reserved_1: B2,
[INFO] [stdout] 114 +     eserved_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     protect: B1,
[INFO] [stdout]     |     ^         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 115 -     protect: B1,
[INFO] [stdout] 115 +     rotect: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:116:5
[INFO] [stdout]     |
[INFO] [stdout] 116 |     obsolete_1: B1,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 116 -     obsolete_1: B1,
[INFO] [stdout] 116 +     bsolete_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:117:5
[INFO] [stdout]     |
[INFO] [stdout] 117 |     enclosure_services: B1,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 117 -     enclosure_services: B1,
[INFO] [stdout] 117 +     nclosure_services: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     vs_0: B1,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     vs_0: B1,
[INFO] [stdout] 118 +     s_0: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     multi_port: B1,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 119 -     multi_port: B1,
[INFO] [stdout] 119 +     ulti_port: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     obsolete_2: B10,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     obsolete_2: B10,
[INFO] [stdout] 120 +     bsolete_2: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:121:5
[INFO] [stdout]     |
[INFO] [stdout] 121 |     command_queuing: B1,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 121 -     command_queuing: B1,
[INFO] [stdout] 121 +     ommand_queuing: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:122:5
[INFO] [stdout]     |
[INFO] [stdout] 122 |     vs_1: B1,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 122 -     vs_1: B1,
[INFO] [stdout] 122 +     s_1: B,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 |     t10_vendor_identification: B64,
[INFO] [stdout]     |     ^                            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 123 -     t10_vendor_identification: B64,
[INFO] [stdout] 123 +     10_vendor_identification: B6,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 |     product_identification: B128,
[INFO] [stdout]     |     ^                          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 124 -     product_identification: B128,
[INFO] [stdout] 124 +     roduct_identification: B12,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     product_revision_level: B32,
[INFO] [stdout]     |     ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 125 -     product_revision_level: B32,
[INFO] [stdout] 125 +     roduct_revision_level: B3,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:126:5
[INFO] [stdout]     |
[INFO] [stdout] 126 |     drive_serial_number: B64,
[INFO] [stdout]     |     ^                      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 126 -     drive_serial_number: B64,
[INFO] [stdout] 126 +     rive_serial_number: B6,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 |     vendor_unique: B96,
[INFO] [stdout]     |     ^                ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 127 -     vendor_unique: B96,
[INFO] [stdout] 127 +     endor_unique: B9,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 128 |     reserved_2: B16,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 128 -     reserved_2: B16,
[INFO] [stdout] 128 +     eserved_2: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 |     version_descriptor_1: B16,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 129 -     version_descriptor_1: B16,
[INFO] [stdout] 129 +     ersion_descriptor_1: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     version_descriptor_2: B16,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -     version_descriptor_2: B16,
[INFO] [stdout] 130 +     ersion_descriptor_2: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |     version_descriptor_3: B16,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 131 -     version_descriptor_3: B16,
[INFO] [stdout] 131 +     ersion_descriptor_3: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 132 |     version_descriptor_4: B16,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 132 -     version_descriptor_4: B16,
[INFO] [stdout] 132 +     ersion_descriptor_4: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:133:5
[INFO] [stdout]     |
[INFO] [stdout] 133 |     version_descriptor_5: B16,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -     version_descriptor_5: B16,
[INFO] [stdout] 133 +     ersion_descriptor_5: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     version_descriptor_6: B16,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 134 -     version_descriptor_6: B16,
[INFO] [stdout] 134 +     ersion_descriptor_6: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     version_descriptor_7: B16,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 135 -     version_descriptor_7: B16,
[INFO] [stdout] 135 +     ersion_descriptor_7: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 |     version_descriptor_8: B16,
[INFO] [stdout]     |     ^                       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 136 -     version_descriptor_8: B16,
[INFO] [stdout] 136 +     ersion_descriptor_8: B1,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:137:5
[INFO] [stdout]     |
[INFO] [stdout] 137 |     reserved_3: B128,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 137 -     reserved_3: B128,
[INFO] [stdout] 137 +     eserved_3: B12,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> src/command/shortcut/inquiry/standard_inquiry.rs:138:5
[INFO] [stdout]     |
[INFO] [stdout] 138 |     reserved_4: B48,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 138 -     reserved_4: B48,
[INFO] [stdout] 138 +     eserved_4: B4,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/supported_vital_product_data_pages.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -     peripheral_qualifier: B3,
[INFO] [stdout] 35 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/supported_vital_product_data_pages.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     peripheral_device_type: B5,
[INFO] [stdout] 36 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/supported_vital_product_data_pages.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     page_code: B8,
[INFO] [stdout] 37 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/supported_vital_product_data_pages.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     reserved: B8,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -     reserved: B8,
[INFO] [stdout] 38 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/supported_vital_product_data_pages.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     page_length: B8,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -     page_length: B8,
[INFO] [stdout] 39 +     age_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/unit_serial_number.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -     peripheral_qualifier: B3,
[INFO] [stdout] 35 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/unit_serial_number.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     peripheral_device_type: B5,
[INFO] [stdout] 36 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/unit_serial_number.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     page_code: B8,
[INFO] [stdout] 37 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/unit_serial_number.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     reserved: B8,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -     reserved: B8,
[INFO] [stdout] 38 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/unit_serial_number.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     page_length: B8,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -     page_length: B8,
[INFO] [stdout] 39 +     age_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     peripheral_qualifier: B3,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -     peripheral_qualifier: B3,
[INFO] [stdout] 42 +     eripheral_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     peripheral_device_type: B5,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -     peripheral_device_type: B5,
[INFO] [stdout] 43 +     eripheral_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     page_code: B8,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     page_code: B8,
[INFO] [stdout] 44 +     age_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     page_length: B16,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -     page_length: B16,
[INFO] [stdout] 45 +     age_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     reserved_0: B7,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -     reserved_0: B7,
[INFO] [stdout] 46 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     unrestricted_read_in_sequential_write_required_zone: B1,
[INFO] [stdout]    |     ^                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     unrestricted_read_in_sequential_write_required_zone: B1,
[INFO] [stdout] 47 +     nrestricted_read_in_sequential_write_required_zone: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     reserved_1: B24,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 48 -     reserved_1: B24,
[INFO] [stdout] 48 +     eserved_1: B2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     optimal_number_of_open_sequential_write_preferred_zones: B32,
[INFO] [stdout]    |     ^                                                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     optimal_number_of_open_sequential_write_preferred_zones: B32,
[INFO] [stdout] 49 +     ptimal_number_of_open_sequential_write_preferred_zones: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     optimal_number_of_non_sequentially_written_sequential_write_preferred_zones: B32,
[INFO] [stdout]    |     ^                                                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -     optimal_number_of_non_sequentially_written_sequential_write_preferred_zones: B32,
[INFO] [stdout] 50 +     ptimal_number_of_non_sequentially_written_sequential_write_preferred_zones: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     maximum_number_of_open_sequential_write_required_zones: B32,
[INFO] [stdout]    |     ^                                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 51 -     maximum_number_of_open_sequential_write_required_zones: B32,
[INFO] [stdout] 51 +     aximum_number_of_open_sequential_write_required_zones: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     reserved_2: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -     reserved_2: B128,
[INFO] [stdout] 52 +     eserved_2: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     reserved_3: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -     reserved_3: B128,
[INFO] [stdout] 53 +     eserved_3: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/inquiry/zoned_block_device_characteristics.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     reserved_4: B96,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 54 -     reserved_4: B96,
[INFO] [stdout] 54 +     eserved_4: B9,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub header: ParameterHeader,
[INFO] [stdout] 22 +     ub header: ParameterHeade,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub accumulated_power_on_minutes: B32,
[INFO] [stdout]    |     ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub accumulated_power_on_minutes: B32,
[INFO] [stdout] 23 +     ub accumulated_power_on_minutes: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     reserved: B8,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     reserved: B8,
[INFO] [stdout] 24 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub background_scan_status: B8,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub background_scan_status: B8,
[INFO] [stdout] 25 +     ub background_scan_status: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub number_of_background_scans_performed: B16,
[INFO] [stdout]    |     ^                                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub number_of_background_scans_performed: B16,
[INFO] [stdout] 26 +     ub number_of_background_scans_performed: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub background_medium_scan_progress: B16,
[INFO] [stdout]    |     ^                                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub background_medium_scan_progress: B16,
[INFO] [stdout] 27 +     ub background_medium_scan_progress: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub number_of_background_medium_scans_performed: B16,
[INFO] [stdout]    |     ^                                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub number_of_background_medium_scans_performed: B16,
[INFO] [stdout] 28 +     ub number_of_background_medium_scans_performed: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 34 -     pub header: ParameterHeader,
[INFO] [stdout] 34 +     ub header: ParameterHeade,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub accumulated_power_on_minutes: B32,
[INFO] [stdout]    |     ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -     pub accumulated_power_on_minutes: B32,
[INFO] [stdout] 35 +     ub accumulated_power_on_minutes: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub reassign_status: B4,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     pub reassign_status: B4,
[INFO] [stdout] 36 +     ub reassign_status: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub sense_key: B4,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     pub sense_key: B4,
[INFO] [stdout] 37 +     ub sense_key: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub additional_sense_code: B8,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -     pub additional_sense_code: B8,
[INFO] [stdout] 38 +     ub additional_sense_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub additional_sense_code_qualifier: B8,
[INFO] [stdout]    |     ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -     pub additional_sense_code_qualifier: B8,
[INFO] [stdout] 39 +     ub additional_sense_code_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub vendor_specific: B40,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 -     pub vendor_specific: B40,
[INFO] [stdout] 40 +     ub vendor_specific: B4,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/background_scan.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub logical_block_address: B64,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     pub logical_block_address: B64,
[INFO] [stdout] 41 +     ub logical_block_address: B6,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub header: ParameterHeader,
[INFO] [stdout] 19 +     ub header: ParameterHeade ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub high_critical_temperature_limit_trigger: B8,
[INFO] [stdout]    |     ^                                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub high_critical_temperature_limit_trigger: B8,
[INFO] [stdout] 20 +     ub high_critical_temperature_limit_trigger: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub high_critical_temperature_limit_reset: B8,
[INFO] [stdout]    |     ^                                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub high_critical_temperature_limit_reset: B8,
[INFO] [stdout] 21 +     ub high_critical_temperature_limit_reset: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub low_critical_temperature_limit_reset: B8,
[INFO] [stdout]    |     ^                                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub low_critical_temperature_limit_reset: B8,
[INFO] [stdout] 22 +     ub low_critical_temperature_limit_reset: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub low_critical_temperature_limit_trigger: B8,
[INFO] [stdout]    |     ^                                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub low_critical_temperature_limit_trigger: B8,
[INFO] [stdout] 23 +     ub low_critical_temperature_limit_trigger: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub high_operating_temperature_limit_trigger: B8,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub high_operating_temperature_limit_trigger: B8,
[INFO] [stdout] 24 +     ub high_operating_temperature_limit_trigger: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub high_operating_temperature_limit_reset: B8,
[INFO] [stdout]    |     ^                                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub high_operating_temperature_limit_reset: B8,
[INFO] [stdout] 25 +     ub high_operating_temperature_limit_reset: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub low_operating_temperature_limit_reset: B8,
[INFO] [stdout]    |     ^                                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub low_operating_temperature_limit_reset: B8,
[INFO] [stdout] 26 +     ub low_operating_temperature_limit_reset: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub low_operating_temperature_limit_trigger: B8,
[INFO] [stdout]    |     ^                                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub low_operating_temperature_limit_trigger: B8,
[INFO] [stdout] 27 +     ub low_operating_temperature_limit_trigger: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -     pub header: ParameterHeader,
[INFO] [stdout] 33 +     ub header: ParameterHeade ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub high_critical_relative_humidity_limit_trigger: B8,
[INFO] [stdout]    |     ^                                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 34 -     pub high_critical_relative_humidity_limit_trigger: B8,
[INFO] [stdout] 34 +     ub high_critical_relative_humidity_limit_trigger: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub high_critical_relative_humidity_limit_reset: B8,
[INFO] [stdout]    |     ^                                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -     pub high_critical_relative_humidity_limit_reset: B8,
[INFO] [stdout] 35 +     ub high_critical_relative_humidity_limit_reset: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub low_critical_relative_humidity_limit_reset: B8,
[INFO] [stdout]    |     ^                                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     pub low_critical_relative_humidity_limit_reset: B8,
[INFO] [stdout] 36 +     ub low_critical_relative_humidity_limit_reset: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub low_critical_relative_humidity_limit_trigger: B8,
[INFO] [stdout]    |     ^                                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     pub low_critical_relative_humidity_limit_trigger: B8,
[INFO] [stdout] 37 +     ub low_critical_relative_humidity_limit_trigger: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub high_operating_relative_humidity_limit_trigger: B8,
[INFO] [stdout]    |     ^                                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -     pub high_operating_relative_humidity_limit_trigger: B8,
[INFO] [stdout] 38 +     ub high_operating_relative_humidity_limit_trigger: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub high_operating_relative_humidity_limit_reset: B8,
[INFO] [stdout]    |     ^                                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -     pub high_operating_relative_humidity_limit_reset: B8,
[INFO] [stdout] 39 +     ub high_operating_relative_humidity_limit_reset: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub low_operating_relative_humidity_limit_reset: B8,
[INFO] [stdout]    |     ^                                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 -     pub low_operating_relative_humidity_limit_reset: B8,
[INFO] [stdout] 40 +     ub low_operating_relative_humidity_limit_reset: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_limits.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub low_operating_relative_humidity_limit_trigger: B8,
[INFO] [stdout]    |     ^                                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     pub low_operating_relative_humidity_limit_trigger: B8,
[INFO] [stdout] 41 +     ub low_operating_relative_humidity_limit_trigger: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub header: ParameterHeader,
[INFO] [stdout] 21 +     ub header: ParameterHeade,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     reserved_0: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     reserved_0: B8,
[INFO] [stdout] 22 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub temperature: B8,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub temperature: B8,
[INFO] [stdout] 23 +     ub temperature: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub lifetime_maximum_temperature: B8,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub lifetime_maximum_temperature: B8,
[INFO] [stdout] 24 +     ub lifetime_maximum_temperature: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub lifetime_minimum_temperature: B8,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub lifetime_minimum_temperature: B8,
[INFO] [stdout] 25 +     ub lifetime_minimum_temperature: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub maximum_temperature_since_power_on: B8,
[INFO] [stdout]    |     ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub maximum_temperature_since_power_on: B8,
[INFO] [stdout] 26 +     ub maximum_temperature_since_power_on: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub minimum_temperature_since_power_on: B8,
[INFO] [stdout]    |     ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub minimum_temperature_since_power_on: B8,
[INFO] [stdout] 27 +     ub minimum_temperature_since_power_on: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     reserved_1: B16,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     reserved_1: B16,
[INFO] [stdout] 28 +     eserved_1: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 34 -     pub header: ParameterHeader,
[INFO] [stdout] 34 +     ub header: ParameterHeade,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     reserved_0: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -     reserved_0: B8,
[INFO] [stdout] 35 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub relative_humidity: B8,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     pub relative_humidity: B8,
[INFO] [stdout] 36 +     ub relative_humidity: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub lifetime_maximum_relative_humidity: B8,
[INFO] [stdout]    |     ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     pub lifetime_maximum_relative_humidity: B8,
[INFO] [stdout] 37 +     ub lifetime_maximum_relative_humidity: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub lifetime_minimum_relative_humidity: B8,
[INFO] [stdout]    |     ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -     pub lifetime_minimum_relative_humidity: B8,
[INFO] [stdout] 38 +     ub lifetime_minimum_relative_humidity: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub maximum_relative_humidity_since_power_on: B8,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -     pub maximum_relative_humidity_since_power_on: B8,
[INFO] [stdout] 39 +     ub maximum_relative_humidity_since_power_on: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub minimum_relative_humidity_since_power_on: B8,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 -     pub minimum_relative_humidity_since_power_on: B8,
[INFO] [stdout] 40 +     ub minimum_relative_humidity_since_power_on: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/environmental_reporting.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     reserved_1: B16,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     reserved_1: B16,
[INFO] [stdout] 41 +     eserved_1: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/header.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub disable_save: B1,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 10 -     pub disable_save: B1,
[INFO] [stdout] 10 +     ub disable_save: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/header.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 11 -     pub subpage_format: B1,
[INFO] [stdout] 11 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/header.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 -     pub page_code: B6,
[INFO] [stdout] 12 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/header.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub subpage_code: B8,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 13 -     pub subpage_code: B8,
[INFO] [stdout] 13 +     ub subpage_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/header.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     pub page_length: B16,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 14 -     pub page_length: B16,
[INFO] [stdout] 14 +     ub page_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/header.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub parameter_code: B16,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub parameter_code: B16,
[INFO] [stdout] 20 +     ub parameter_code: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/header.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub parameter_control_byte: B8,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub parameter_control_byte: B8,
[INFO] [stdout] 21 +     ub parameter_control_byte: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/header.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub parameter_length: B8,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub parameter_length: B8,
[INFO] [stdout] 22 +     ub parameter_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/informational_exceptions.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub header: ParameterHeader,
[INFO] [stdout] 18 +     ub header: ParameterHeade ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/informational_exceptions.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub informational_exception_additional_sense_code: B8,
[INFO] [stdout]    |     ^                                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub informational_exception_additional_sense_code: B8,
[INFO] [stdout] 19 +     ub informational_exception_additional_sense_code: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/informational_exceptions.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub informational_exception_additional_sense_code_qualifier: B8,
[INFO] [stdout]    |     ^                                                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub informational_exception_additional_sense_code_qualifier: B8,
[INFO] [stdout] 20 +     ub informational_exception_additional_sense_code_qualifier: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/informational_exceptions.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub most_recent_temperature_reading: B8,
[INFO] [stdout]    |     ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub most_recent_temperature_reading: B8,
[INFO] [stdout] 21 +     ub most_recent_temperature_reading: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/informational_exceptions.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub vendor_hda_temperature_trip_point: B8,
[INFO] [stdout]    |     ^                                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub vendor_hda_temperature_trip_point: B8,
[INFO] [stdout] 22 +     ub vendor_hda_temperature_trip_point: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/informational_exceptions.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub maximum_temperature: B8,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub maximum_temperature: B8,
[INFO] [stdout] 23 +     ub maximum_temperature: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/informational_exceptions.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub vendor_specific: B24,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub vendor_specific: B24,
[INFO] [stdout] 24 +     ub vendor_specific: B2 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/logical_block_provisioning.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub header: ParameterHeader,
[INFO] [stdout] 20 +     ub header: ParameterHeade,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/logical_block_provisioning.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub resource_count: B32,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub resource_count: B32,
[INFO] [stdout] 21 +     ub resource_count: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/logical_block_provisioning.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     reserved_0: B7,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     reserved_0: B7,
[INFO] [stdout] 22 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/logical_block_provisioning.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub scope: B1,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub scope: B1,
[INFO] [stdout] 23 +     ub scope: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/logical_block_provisioning.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     reserved_1: B24,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     reserved_1: B24,
[INFO] [stdout] 24 +     eserved_1: B2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/power_condition_transitions.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub header: ParameterHeader,
[INFO] [stdout] 18 +     ub header: ParameterHeade ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/power_condition_transitions.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub parameter_value: B32,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub parameter_value: B32,
[INFO] [stdout] 19 +     ub parameter_value: B3 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     reserved_0: B4,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     reserved_0: B4,
[INFO] [stdout] 28 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub protocol_identifier: B4,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 -     pub protocol_identifier: B4,
[INFO] [stdout] 29 +     ub protocol_identifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     reserved_1: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -     reserved_1: B8,
[INFO] [stdout] 30 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub generation_code: B8,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -     pub generation_code: B8,
[INFO] [stdout] 31 +     ub generation_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub number_of_phys: B8,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -     pub number_of_phys: B8,
[INFO] [stdout] 32 +     ub number_of_phys: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     reserved_0: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -     reserved_0: B8,
[INFO] [stdout] 38 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub phy_identifier: B8,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -     pub phy_identifier: B8,
[INFO] [stdout] 39 +     ub phy_identifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     reserved_1: B8,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 -     reserved_1: B8,
[INFO] [stdout] 40 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub sas_phy_log_descriptor_length: B8,
[INFO] [stdout]    |     ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     pub sas_phy_log_descriptor_length: B8,
[INFO] [stdout] 41 +     ub sas_phy_log_descriptor_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     reserved_2: B1,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -     reserved_2: B1,
[INFO] [stdout] 42 +     eserved_2: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub attached_device_type: B3,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -     pub attached_device_type: B3,
[INFO] [stdout] 43 +     ub attached_device_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub attached_reason: B4,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     pub attached_reason: B4,
[INFO] [stdout] 44 +     ub attached_reason: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub reason: B4,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -     pub reason: B4,
[INFO] [stdout] 45 +     ub reason: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub negotiated_logical_link_rate: B4,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -     pub negotiated_logical_link_rate: B4,
[INFO] [stdout] 46 +     ub negotiated_logical_link_rate: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     reserved_3: B4,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     reserved_3: B4,
[INFO] [stdout] 47 +     eserved_3: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub attached_ssp_initiator_port: B1,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 48 -     pub attached_ssp_initiator_port: B1,
[INFO] [stdout] 48 +     ub attached_ssp_initiator_port: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub attached_stp_initiator_port: B1,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     pub attached_stp_initiator_port: B1,
[INFO] [stdout] 49 +     ub attached_stp_initiator_port: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub attached_smp_initiator_port: B1,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -     pub attached_smp_initiator_port: B1,
[INFO] [stdout] 50 +     ub attached_smp_initiator_port: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     reserved_4: B1,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 51 -     reserved_4: B1,
[INFO] [stdout] 51 +     eserved_4: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 |     reserved_5: B4,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -     reserved_5: B4,
[INFO] [stdout] 52 +     eserved_5: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub attached_ssp_target_port: B1,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 53 -     pub attached_ssp_target_port: B1,
[INFO] [stdout] 53 +     ub attached_ssp_target_port: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub attached_stp_target_port: B1,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 54 -     pub attached_stp_target_port: B1,
[INFO] [stdout] 54 +     ub attached_stp_target_port: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub attached_smp_target_port: B1,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 -     pub attached_smp_target_port: B1,
[INFO] [stdout] 55 +     ub attached_smp_target_port: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     reserved_6: B1,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 -     reserved_6: B1,
[INFO] [stdout] 56 +     eserved_6: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub sas_address: B64,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 57 -     pub sas_address: B64,
[INFO] [stdout] 57 +     ub sas_address: B6,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub attached_sas_address: B64,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 58 -     pub attached_sas_address: B64,
[INFO] [stdout] 58 +     ub attached_sas_address: B6,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:59:5
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub attached_phy_identifier: B8,
[INFO] [stdout]    |     ^                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -     pub attached_phy_identifier: B8,
[INFO] [stdout] 59 +     ub attached_phy_identifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 60 |     reserved_7: B56,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 -     reserved_7: B56,
[INFO] [stdout] 60 +     eserved_7: B5,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub invalid_dword_count: B32,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 -     pub invalid_dword_count: B32,
[INFO] [stdout] 61 +     ub invalid_dword_count: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub running_disparity_error_count: B32,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 -     pub running_disparity_error_count: B32,
[INFO] [stdout] 62 +     ub running_disparity_error_count: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub loss_of_dword_synchronization: B32,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 63 -     pub loss_of_dword_synchronization: B32,
[INFO] [stdout] 63 +     ub loss_of_dword_synchronization: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub phy_reset_problem: B32,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 -     pub phy_reset_problem: B32,
[INFO] [stdout] 64 +     ub phy_reset_problem: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     reserved_8: B16,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     reserved_8: B16,
[INFO] [stdout] 65 +     eserved_8: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:66:5
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub phy_event_descriptor_length: B8,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 66 -     pub phy_event_descriptor_length: B8,
[INFO] [stdout] 66 +     ub phy_event_descriptor_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub number_of_phy_event_descriptors: B8,
[INFO] [stdout]    |     ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 67 -     pub number_of_phy_event_descriptors: B8,
[INFO] [stdout] 67 +     ub number_of_phy_event_descriptors: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 |     reserved: B24,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 73 -     reserved: B24,
[INFO] [stdout] 73 +     eserved: B2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub phy_event_source: B8,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 -     pub phy_event_source: B8,
[INFO] [stdout] 74 +     ub phy_event_source: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub phy_event: B32,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 75 -     pub phy_event: B32,
[INFO] [stdout] 75 +     ub phy_event: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/protocol_specific_port.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub peak_value_detector_threshold: B32,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 76 -     pub peak_value_detector_threshold: B32,
[INFO] [stdout] 76 +     ub peak_value_detector_threshold: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 15 -     pub header: ParameterHeader,
[INFO] [stdout] 15 +     ub header: ParameterHeade,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub self_test_code: B3,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub self_test_code: B3,
[INFO] [stdout] 16 +     ub self_test_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     reserved_0: B1,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     reserved_0: B1,
[INFO] [stdout] 17 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub self_test_results: B4,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub self_test_results: B4,
[INFO] [stdout] 18 +     ub self_test_results: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub self_test_number: B8,
[INFO] [stdout]    |     ^                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub self_test_number: B8,
[INFO] [stdout] 19 +     ub self_test_number: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub accumulated_power_on_hours: B16,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub accumulated_power_on_hours: B16,
[INFO] [stdout] 20 +     ub accumulated_power_on_hours: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub address_of_first_failure: B64,
[INFO] [stdout]    |     ^                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub address_of_first_failure: B64,
[INFO] [stdout] 21 +     ub address_of_first_failure: B6,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     reserved_1: B4,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     reserved_1: B4,
[INFO] [stdout] 22 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub sense_key: B4,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub sense_key: B4,
[INFO] [stdout] 23 +     ub sense_key: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub additional_sense_code: B8,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub additional_sense_code: B8,
[INFO] [stdout] 24 +     ub additional_sense_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub additional_sense_code_qualifier: B8,
[INFO] [stdout]    |     ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub additional_sense_code_qualifier: B8,
[INFO] [stdout] 25 +     ub additional_sense_code_qualifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/self_test_results.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub vendor_specific: B8,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub vendor_specific: B8,
[INFO] [stdout] 26 +     ub vendor_specific: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/solid_state_media.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub header: ParameterHeader,
[INFO] [stdout] 20 +     ub header: ParameterHeade,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/solid_state_media.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     reserved: B24,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     reserved: B24,
[INFO] [stdout] 21 +     eserved: B2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/solid_state_media.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub percentage_used_endurance_indicator: B8,
[INFO] [stdout]    |     ^                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub percentage_used_endurance_indicator: B8,
[INFO] [stdout] 22 +     ub percentage_used_endurance_indicator: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/supported_log_pages.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     pub page_code: B8,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 13 -     pub page_code: B8,
[INFO] [stdout] 13 +     ub page_code: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/supported_log_pages_and_subpages.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     reserved: B2,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 15 -     reserved: B2,
[INFO] [stdout] 15 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/supported_log_pages_and_subpages.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub page_code: B6,
[INFO] [stdout] 16 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/supported_log_pages_and_subpages.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub subpage_code: B8,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     pub subpage_code: B8,
[INFO] [stdout] 17 +     ub subpage_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/temperature.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub header: ParameterHeader,
[INFO] [stdout] 19 +     ub header: ParameterHeade ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/temperature.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub reserved: B8,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub reserved: B8,
[INFO] [stdout] 20 +     ub reserved: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/temperature.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub temperature: B8,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub temperature: B8,
[INFO] [stdout] 21 +     ub temperature: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/temperature.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub header: ParameterHeader,
[INFO] [stdout] 27 +     ub header: ParameterHeade ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/temperature.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub reserved: B8,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub reserved: B8,
[INFO] [stdout] 28 +     ub reserved: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/temperature.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub reference_temperature: B8,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 -     pub reference_temperature: B8,
[INFO] [stdout] 29 +     ub reference_temperature: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/utilization.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub header: ParameterHeader,
[INFO] [stdout] 19 +     ub header: ParameterHeade ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/utilization.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub workload_utilization: B16,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub workload_utilization: B16,
[INFO] [stdout] 20 +     ub workload_utilization: B1 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/utilization.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub header: ParameterHeader,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub header: ParameterHeader,
[INFO] [stdout] 26 +     ub header: ParameterHeade ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/utilization.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub date_and_time_based_utilization_rate: B8,
[INFO] [stdout]    |     ^                                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub date_and_time_based_utilization_rate: B8,
[INFO] [stdout] 27 +     ub date_and_time_based_utilization_rate: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/log/utilization.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub reserved: B8,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub reserved: B8,
[INFO] [stdout] 28 +     ub reserved: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub parameters_saveable: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub parameters_saveable: B1,
[INFO] [stdout] 21 +     ub parameters_saveable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub subpage_format: B1,
[INFO] [stdout] 22 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub page_code: B6,
[INFO] [stdout] 23 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub subpage_code: B8,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub subpage_code: B8,
[INFO] [stdout] 24 +     ub subpage_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub page_length: B16,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub page_length: B16,
[INFO] [stdout] 25 +     ub page_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     reserved: B96,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     reserved: B96,
[INFO] [stdout] 26 +     eserved: B9,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub last: B1,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -     pub last: B1,
[INFO] [stdout] 32 +     ub last: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     reserved_0: B7,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -     reserved_0: B7,
[INFO] [stdout] 33 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     reserved_1: B40,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 34 -     reserved_1: B40,
[INFO] [stdout] 34 +     eserved_1: B4,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub logical_block_application_tag: B16,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -     pub logical_block_application_tag: B16,
[INFO] [stdout] 35 +     ub logical_block_application_tag: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub logical_block_address: B64,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     pub logical_block_address: B64,
[INFO] [stdout] 36 +     ub logical_block_address: B6,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/application_tag.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub logical_block_count: B64,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     pub logical_block_count: B64,
[INFO] [stdout] 37 +     ub logical_block_count: B6,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub parameters_saveable: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 15 -     pub parameters_saveable: B1,
[INFO] [stdout] 15 +     ub parameters_saveable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub subpage_format: B1,
[INFO] [stdout] 16 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     pub page_code: B6,
[INFO] [stdout] 17 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub subpage_code: B8,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub subpage_code: B8,
[INFO] [stdout] 18 +     ub subpage_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub page_length: B16,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub page_length: B16,
[INFO] [stdout] 19 +     ub page_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     reserved_0: B5,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     reserved_0: B5,
[INFO] [stdout] 20 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub suspend_on_log_full: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub suspend_on_log_full: B1,
[INFO] [stdout] 21 +     ub suspend_on_log_full: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub log_only_when_intervention_required: B1,
[INFO] [stdout]    |     ^                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub log_only_when_intervention_required: B1,
[INFO] [stdout] 22 +     ub log_only_when_intervention_required: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub enable_background_medium_scan: B1,
[INFO] [stdout]    |     ^                                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub enable_background_medium_scan: B1,
[INFO] [stdout] 23 +     ub enable_background_medium_scan: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     reserved_1: B7,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     reserved_1: B7,
[INFO] [stdout] 24 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub enable_pre_scan: B1,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub enable_pre_scan: B1,
[INFO] [stdout] 25 +     ub enable_pre_scan: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub background_medium_scan_interval_time: B16,
[INFO] [stdout]    |     ^                                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub background_medium_scan_interval_time: B16,
[INFO] [stdout] 26 +     ub background_medium_scan_interval_time: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub background_pre_scan_time_limit: B16,
[INFO] [stdout]    |     ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub background_pre_scan_time_limit: B16,
[INFO] [stdout] 27 +     ub background_pre_scan_time_limit: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub minimum_idle_time_before_background_scan: B16,
[INFO] [stdout]    |     ^                                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub minimum_idle_time_before_background_scan: B16,
[INFO] [stdout] 28 +     ub minimum_idle_time_before_background_scan: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub maximum_time_to_suspend_background_scan: B16,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 -     pub maximum_time_to_suspend_background_scan: B16,
[INFO] [stdout] 29 +     ub maximum_time_to_suspend_background_scan: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_control.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     reserved_2: B16,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -     reserved_2: B16,
[INFO] [stdout] 30 +     eserved_2: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_operation_control.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub parameters_saveable: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 15 -     pub parameters_saveable: B1,
[INFO] [stdout] 15 +     ub parameters_saveable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_operation_control.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub subpage_format: B1,
[INFO] [stdout] 16 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_operation_control.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     pub page_code: B6,
[INFO] [stdout] 17 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_operation_control.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub subpage_code: B8,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub subpage_code: B8,
[INFO] [stdout] 18 +     ub subpage_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_operation_control.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub page_length: B16,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub page_length: B16,
[INFO] [stdout] 19 +     ub page_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_operation_control.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub background_operation_mode: B2,
[INFO] [stdout]    |     ^                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub background_operation_mode: B2,
[INFO] [stdout] 20 +     ub background_operation_mode: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/background_operation_control.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     reserved: B6,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     reserved: B6,
[INFO] [stdout] 21 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub parameters_saveable: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 15 -     pub parameters_saveable: B1,
[INFO] [stdout] 15 +     ub parameters_saveable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub subpage_format: B1,
[INFO] [stdout] 16 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     pub page_code: B6,
[INFO] [stdout] 17 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub page_length: B8,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub page_length: B8,
[INFO] [stdout] 18 +     ub page_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub initiator_control: B1,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub initiator_control: B1,
[INFO] [stdout] 19 +     ub initiator_control: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub abort_prefetch: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub abort_prefetch: B1,
[INFO] [stdout] 20 +     ub abort_prefetch: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub caching_analysis_permitted: B1,
[INFO] [stdout]    |     ^                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub caching_analysis_permitted: B1,
[INFO] [stdout] 21 +     ub caching_analysis_permitted: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub discontinuity: B1,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub discontinuity: B1,
[INFO] [stdout] 22 +     ub discontinuity: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub size_enable: B1,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub size_enable: B1,
[INFO] [stdout] 23 +     ub size_enable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub write_cache_enable: B1,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub write_cache_enable: B1,
[INFO] [stdout] 24 +     ub write_cache_enable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub multiplication_factor: B1,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub multiplication_factor: B1,
[INFO] [stdout] 25 +     ub multiplication_factor: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub read_cache_disable: B1,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub read_cache_disable: B1,
[INFO] [stdout] 26 +     ub read_cache_disable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub demand_read_retention_priority: B4,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub demand_read_retention_priority: B4,
[INFO] [stdout] 27 +     ub demand_read_retention_priority: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub write_retention_priority: B4,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub write_retention_priority: B4,
[INFO] [stdout] 28 +     ub write_retention_priority: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub disable_prefetch_transfer_length: B16,
[INFO] [stdout]    |     ^                                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 -     pub disable_prefetch_transfer_length: B16,
[INFO] [stdout] 29 +     ub disable_prefetch_transfer_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub minimum_prefetch: B16,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -     pub minimum_prefetch: B16,
[INFO] [stdout] 30 +     ub minimum_prefetch: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub maximum_prefetch: B16,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -     pub maximum_prefetch: B16,
[INFO] [stdout] 31 +     ub maximum_prefetch: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub maximum_prefetch_ceiling: B16,
[INFO] [stdout]    |     ^                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -     pub maximum_prefetch_ceiling: B16,
[INFO] [stdout] 32 +     ub maximum_prefetch_ceiling: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub force_sequential_write: B1,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -     pub force_sequential_write: B1,
[INFO] [stdout] 33 +     ub force_sequential_write: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub logical_block_cache_segment_size: B1,
[INFO] [stdout]    |     ^                                      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 34 -     pub logical_block_cache_segment_size: B1,
[INFO] [stdout] 34 +     ub logical_block_cache_segment_size: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub disable_read_ahead: B1,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -     pub disable_read_ahead: B1,
[INFO] [stdout] 35 +     ub disable_read_ahead: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub vendor_specific: B2,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     pub vendor_specific: B2,
[INFO] [stdout] 36 +     ub vendor_specific: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub sync_prog: B2,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     pub sync_prog: B2,
[INFO] [stdout] 37 +     ub sync_prog: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub non_volatile_cache_disabled: B1,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 38 -     pub non_volatile_cache_disabled: B1,
[INFO] [stdout] 38 +     ub non_volatile_cache_disabled: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub number_of_cache_segments: B8,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 -     pub number_of_cache_segments: B8,
[INFO] [stdout] 39 +     ub number_of_cache_segments: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub cache_segment_size: B16,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 -     pub cache_segment_size: B16,
[INFO] [stdout] 40 +     ub cache_segment_size: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     reserved: B8,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     reserved: B8,
[INFO] [stdout] 41 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/caching.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     obsolete: B24,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -     obsolete: B24,
[INFO] [stdout] 42 +     bsolete: B2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub parameters_saveable: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     pub parameters_saveable: B1,
[INFO] [stdout] 17 +     ub parameters_saveable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub subpage_format: B1,
[INFO] [stdout] 18 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub page_code: B6,
[INFO] [stdout] 19 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub subpage_code: B8,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub subpage_code: B8,
[INFO] [stdout] 20 +     ub subpage_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub page_length: B16,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub page_length: B16,
[INFO] [stdout] 21 +     ub page_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     reserved: B32,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     reserved: B32,
[INFO] [stdout] 22 +     eserved: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub descriptor_1: CommandDurationLimitDescriptor,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub descriptor_1: CommandDurationLimitDescriptor,
[INFO] [stdout] 23 +     ub descriptor_1: CommandDurationLimitDescripto,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub descriptor_2: CommandDurationLimitDescriptor,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub descriptor_2: CommandDurationLimitDescriptor,
[INFO] [stdout] 24 +     ub descriptor_2: CommandDurationLimitDescripto,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub descriptor_3: CommandDurationLimitDescriptor,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub descriptor_3: CommandDurationLimitDescriptor,
[INFO] [stdout] 25 +     ub descriptor_3: CommandDurationLimitDescripto,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub descriptor_4: CommandDurationLimitDescriptor,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub descriptor_4: CommandDurationLimitDescriptor,
[INFO] [stdout] 26 +     ub descriptor_4: CommandDurationLimitDescripto,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub descriptor_5: CommandDurationLimitDescriptor,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub descriptor_5: CommandDurationLimitDescriptor,
[INFO] [stdout] 27 +     ub descriptor_5: CommandDurationLimitDescripto,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub descriptor_6: CommandDurationLimitDescriptor,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub descriptor_6: CommandDurationLimitDescriptor,
[INFO] [stdout] 28 +     ub descriptor_6: CommandDurationLimitDescripto,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub descriptor_7: CommandDurationLimitDescriptor,
[INFO] [stdout]    |     ^                                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 -     pub descriptor_7: CommandDurationLimitDescriptor,
[INFO] [stdout] 29 +     ub descriptor_7: CommandDurationLimitDescripto,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub cdlunit: B3,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 -     pub cdlunit: B3,
[INFO] [stdout] 35 +     ub cdlunit: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     reserved: B13,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     reserved: B13,
[INFO] [stdout] 36 +     eserved: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/command_duration_limit.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub command_duration_limit: B16,
[INFO] [stdout]    |     ^                             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 -     pub command_duration_limit: B16,
[INFO] [stdout] 37 +     ub command_duration_limit: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub parameters_saveable: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub parameters_saveable: B1,
[INFO] [stdout] 16 +     ub parameters_saveable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     pub subpage_format: B1,
[INFO] [stdout] 17 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub page_code: B6,
[INFO] [stdout] 18 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub page_length: B8,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub page_length: B8,
[INFO] [stdout] 19 +     ub page_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub task_set_type: B3,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub task_set_type: B3,
[INFO] [stdout] 20 +     ub task_set_type: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub task_management_functions_only: B1,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub task_management_functions_only: B1,
[INFO] [stdout] 21 +     ub task_management_functions_only: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub dpicz: B1,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub dpicz: B1,
[INFO] [stdout] 22 +     ub dpicz: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub descriptor_format_sense_data: B1,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub descriptor_format_sense_data: B1,
[INFO] [stdout] 23 +     ub descriptor_format_sense_data: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub global_logging_target_save_disable: B1,
[INFO] [stdout]    |     ^                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub global_logging_target_save_disable: B1,
[INFO] [stdout] 24 +     ub global_logging_target_save_disable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub report_log_exception_condition: B1,
[INFO] [stdout]    |     ^                                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub report_log_exception_condition: B1,
[INFO] [stdout] 25 +     ub report_log_exception_condition: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub queue_algorithm_modifier: B4,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub queue_algorithm_modifier: B4,
[INFO] [stdout] 26 +     ub queue_algorithm_modifier: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub no_unit_attention_on_release: B1,
[INFO] [stdout]    |     ^                                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub no_unit_attention_on_release: B1,
[INFO] [stdout] 27 +     ub no_unit_attention_on_release: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub queue_error_management: B2,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub queue_error_management: B2,
[INFO] [stdout] 28 +     ub queue_error_management: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[deprecated]
[INFO] [stdout]    |     ^
[INFO] [stdout] 30 |     pub disable_queuing: B1,
[INFO] [stdout]    |                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 29 ~     [deprecated]
[INFO] [stdout] 30 ~     pub disable_queuing: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub vendor_specific: B1,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -     pub vendor_specific: B1,
[INFO] [stdout] 31 +     ub vendor_specific: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub report_a_check: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -     pub report_a_check: B1,
[INFO] [stdout] 32 +     ub report_a_check: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub unit_attention_interlocks_control: B2,
[INFO] [stdout]    |     ^                                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -     pub unit_attention_interlocks_control: B2,
[INFO] [stdout] 33 +     ub unit_attention_interlocks_control: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub software_write_protect: B1,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 34 -     pub software_write_protect: B1,
[INFO] [stdout] 34 +     ub software_write_protect: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[deprecated]
[INFO] [stdout]    |     ^
[INFO] [stdout] 36 |     pub ready_aer_permission: B1,
[INFO] [stdout]    |                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 35 ~     [deprecated]
[INFO] [stdout] 36 ~     pub ready_aer_permission: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[deprecated]
[INFO] [stdout]    |     ^
[INFO] [stdout] 38 |     pub unit_attention_aer_permission: B1,
[INFO] [stdout]    |                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 37 ~     [deprecated]
[INFO] [stdout] 38 ~     pub unit_attention_aer_permission: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 39 |     #[deprecated]
[INFO] [stdout]    |     ^
[INFO] [stdout] 40 |     pub error_aer_permission: B1,
[INFO] [stdout]    |                                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 39 ~     [deprecated]
[INFO] [stdout] 40 ~     pub error_aer_permission: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub application_tag_owner: B1,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 41 -     pub application_tag_owner: B1,
[INFO] [stdout] 41 +     ub application_tag_owner: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub task_aborted_status: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 42 -     pub task_aborted_status: B1,
[INFO] [stdout] 42 +     ub task_aborted_status: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub application_tag_mode_page_enabled: B1,
[INFO] [stdout]    |     ^                                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -     pub application_tag_mode_page_enabled: B1,
[INFO] [stdout] 43 +     ub application_tag_mode_page_enabled: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub reject_write_without_protection: B1,
[INFO] [stdout]    |     ^                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     pub reject_write_without_protection: B1,
[INFO] [stdout] 44 +     ub reject_write_without_protection: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     reserved: B1,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -     reserved: B1,
[INFO] [stdout] 45 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub autoload_mode: B3,
[INFO] [stdout]    |     ^                   ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -     pub autoload_mode: B3,
[INFO] [stdout] 46 +     ub autoload_mode: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[deprecated]
[INFO] [stdout]    |     ^
[INFO] [stdout] 48 |     pub ready_aer_holdoff_period: B16,
[INFO] [stdout]    |                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 ~     [deprecated]
[INFO] [stdout] 48 ~     pub ready_aer_holdoff_period: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub busy_timeout_period: B16,
[INFO] [stdout]    |     ^                          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     pub busy_timeout_period: B16,
[INFO] [stdout] 49 +     ub busy_timeout_period: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub extended_self_test_completion_time: B16,
[INFO] [stdout]    |     ^                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -     pub extended_self_test_completion_time: B16,
[INFO] [stdout] 50 +     ub extended_self_test_completion_time: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub parameters_saveable: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 15 -     pub parameters_saveable: B1,
[INFO] [stdout] 15 +     ub parameters_saveable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub subpage_format: B1,
[INFO] [stdout] 16 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     pub page_code: B6,
[INFO] [stdout] 17 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub subpage_code: B8,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub subpage_code: B8,
[INFO] [stdout] 18 +     ub subpage_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub page_length: B16,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub page_length: B16,
[INFO] [stdout] 19 +     ub page_length: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     reserved_0: B5,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     reserved_0: B5,
[INFO] [stdout] 20 +     eserved_0: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub timestamp_changeable_by_methods_outside_this_manual: B1,
[INFO] [stdout]    |     ^                                                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub timestamp_changeable_by_methods_outside_this_manual: B1,
[INFO] [stdout] 21 +     ub timestamp_changeable_by_methods_outside_this_manual: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub scsi_precedence: B1,
[INFO] [stdout]    |     ^                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub scsi_precedence: B1,
[INFO] [stdout] 22 +     ub scsi_precedence: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub implicit_asymmetric_logical_unit_access_enabled: B1,
[INFO] [stdout]    |     ^                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub implicit_asymmetric_logical_unit_access_enabled: B1,
[INFO] [stdout] 23 +     ub implicit_asymmetric_logical_unit_access_enabled: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     reserved_1: B4,
[INFO] [stdout]    |     ^            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     reserved_1: B4,
[INFO] [stdout] 24 +     eserved_1: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub initial_command_priority: B4,
[INFO] [stdout]    |     ^                              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub initial_command_priority: B4,
[INFO] [stdout] 25 +     ub initial_command_priority: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub maximum_sense_data_length: B8,
[INFO] [stdout]    |     ^                               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub maximum_sense_data_length: B8,
[INFO] [stdout] 26 +     ub maximum_sense_data_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     reserved_2: B128,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     reserved_2: B128,
[INFO] [stdout] 27 +     eserved_2: B12,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/control_extension.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     reserved_3: B72,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     reserved_3: B72,
[INFO] [stdout] 28 +     eserved_3: B7,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/descriptor.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub number_of_blocks: B32,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 10 -     pub number_of_blocks: B32,
[INFO] [stdout] 10 +     ub number_of_blocks: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/descriptor.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 |     reserved: B8,
[INFO] [stdout]    |     ^          ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 11 -     reserved: B8,
[INFO] [stdout] 11 +     eserved: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/descriptor.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub logical_block_length: B24,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 12 -     pub logical_block_length: B24,
[INFO] [stdout] 12 +     ub logical_block_length: B2,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/descriptor.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub number_of_blocks: B64,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub number_of_blocks: B64,
[INFO] [stdout] 18 +     ub number_of_blocks: B6,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/descriptor.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     reserved: B32,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     reserved: B32,
[INFO] [stdout] 19 +     eserved: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/descriptor.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub logical_block_length: B32,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub logical_block_length: B32,
[INFO] [stdout] 20 +     ub logical_block_length: B3,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub parameters_saveable: B1,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 15 -     pub parameters_saveable: B1,
[INFO] [stdout] 15 +     ub parameters_saveable: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     pub subpage_format: B1,
[INFO] [stdout]    |     ^                    ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 16 -     pub subpage_format: B1,
[INFO] [stdout] 16 +     ub subpage_format: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub page_code: B6,
[INFO] [stdout]    |     ^               ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 17 -     pub page_code: B6,
[INFO] [stdout] 17 +     ub page_code: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub page_length: B8,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 18 -     pub page_length: B8,
[INFO] [stdout] 18 +     ub page_length: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub buffer_full_ratio: B8,
[INFO] [stdout]    |     ^                       ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub buffer_full_ratio: B8,
[INFO] [stdout] 19 +     ub buffer_full_ratio: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub buffer_empty_ratio: B8,
[INFO] [stdout]    |     ^                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub buffer_empty_ratio: B8,
[INFO] [stdout] 20 +     ub buffer_empty_ratio: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub bus_inactivity_limit: B16,
[INFO] [stdout]    |     ^                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 21 -     pub bus_inactivity_limit: B16,
[INFO] [stdout] 21 +     ub bus_inactivity_limit: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub disconnect_time_limit: B16,
[INFO] [stdout]    |     ^                            ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 22 -     pub disconnect_time_limit: B16,
[INFO] [stdout] 22 +     ub disconnect_time_limit: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub connect_time_limit: B16,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 23 -     pub connect_time_limit: B16,
[INFO] [stdout] 23 +     ub connect_time_limit: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub maximum_burst_size: B16,
[INFO] [stdout]    |     ^                         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub maximum_burst_size: B16,
[INFO] [stdout] 24 +     ub maximum_burst_size: B1,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub enable_modify_data_pointers: B1,
[INFO] [stdout]    |     ^                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub enable_modify_data_pointers: B1,
[INFO] [stdout] 25 +     ub enable_modify_data_pointers: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub faa: B1,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub faa: B1,
[INFO] [stdout] 26 +     ub faa: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/command/shortcut/mode/disconnect_reconnect_fc.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fab: B1,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub fab: B1,
[INFO] [stdout] 27 +     ub fab: B,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[WARN] too many lines in the log, truncating it
