[INFO] cloning repository https://github.com/Civileiro/cvgb
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Civileiro/cvgb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCivileiro%2Fcvgb", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCivileiro%2Fcvgb'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d4740c80716bff83890c3d4dd9987905521a62fc
[INFO] checking Civileiro/cvgb against try#e117153a45c546e883c1f91d82611775fcaeffe0 for pr-146470
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCivileiro%2Fcvgb" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Civileiro/cvgb
[INFO] finished tweaking git repo https://github.com/Civileiro/cvgb
[INFO] tweaked toml for git repo https://github.com/Civileiro/cvgb written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Civileiro/cvgb on toolchain e117153a45c546e883c1f91d82611775fcaeffe0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Civileiro/cvgb already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e117153a45c546e883c1f91d82611775fcaeffe0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2fb5afb25324be333ea3289b2748e6f6e5ed612da771f159c7f2a2671a42183a
[INFO] running `Command { std: "docker" "start" "-a" "2fb5afb25324be333ea3289b2748e6f6e5ed612da771f159c7f2a2671a42183a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2fb5afb25324be333ea3289b2748e6f6e5ed612da771f159c7f2a2671a42183a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fb5afb25324be333ea3289b2748e6f6e5ed612da771f159c7f2a2671a42183a", kill_on_drop: false }`
[INFO] [stdout] 2fb5afb25324be333ea3289b2748e6f6e5ed612da771f159c7f2a2671a42183a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "-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" "+e117153a45c546e883c1f91d82611775fcaeffe0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 41ed453eb45df808aabe48603282f6636acbaa75962de5a6ed1b03a216c252c0
[INFO] running `Command { std: "docker" "start" "-a" "41ed453eb45df808aabe48603282f6636acbaa75962de5a6ed1b03a216c252c0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking slab v0.4.10
[INFO] [stderr]    Compiling cc v1.2.31
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling winnow v0.7.12
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.9
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling wgpu-hal v25.0.2
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking epaint_default_fonts v0.32.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling jack-sys v0.5.1
[INFO] [stderr]     Checking ash v0.38.0+1.3.281
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking memmap2 v0.9.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking ab_glyph v0.2.31
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling wgpu-core v25.0.2
[INFO] [stderr]     Checking lz4_flex v0.11.5
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking primal-check v0.3.4
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking async-executor v1.13.2
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]    Compiling wgpu v25.0.2
[INFO] [stderr]    Compiling winit v0.30.12
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling jack v0.13.3
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking deranged v0.5.3
[INFO] [stderr]     Checking rustfft v6.4.1
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]    Compiling modular-bitfield-impl v0.12.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking modular-bitfield v0.12.0
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling enum-assoc v1.2.4
[INFO] [stderr]     Checking async-fs v2.1.3
[INFO] [stderr]     Checking ringbuf v0.4.8
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]    Compiling cpal v0.16.0
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking time v0.3.43
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking type-map v0.5.1
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking realfft v3.5.0
[INFO] [stderr]     Checking log-once v0.4.1
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking jiff v0.2.15
[INFO] [stderr]     Checking vec1 v1.12.1
[INFO] [stderr]     Checking natord v1.0.9
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking emath v0.32.0
[INFO] [stderr]    Compiling zvariant_utils v3.2.0
[INFO] [stderr]     Checking ecolor v0.32.0
[INFO] [stderr]    Compiling zvariant_derive v5.6.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]    Compiling zvariant v5.6.0
[INFO] [stderr]     Checking epaint v0.32.0
[INFO] [stderr]     Checking wgpu-types v25.0.0
[INFO] [stderr]     Checking naga v25.0.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking puffin v0.19.1 (https://github.com/EmbarkStudios/puffin.git?rev=refs%2Fpull%2F244%2Fhead#f106bfa3)
[INFO] [stderr]     Checking egui v0.32.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking polling v3.9.0
[INFO] [stderr]     Checking webbrowser v1.0.5
[INFO] [stderr]     Checking async-io v2.5.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling zbus_names v4.2.0
[INFO] [stderr]     Checking async-signal v0.2.12
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking async-process v2.4.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]    Compiling zbus_macros v5.9.0
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking web-time v0.2.4
[INFO] [stderr]     Checking cvgb-core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub ch1_right: bool,
[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] 42 -     pub ch1_right: bool,
[INFO] [stdout] 42 +     ub ch1_right: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub ch2_right: bool,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -     pub ch2_right: bool,
[INFO] [stdout] 43 +     ub ch2_right: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub ch3_right: bool,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     pub ch3_right: bool,
[INFO] [stdout] 44 +     ub ch3_right: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub ch4_right: bool,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -     pub ch4_right: bool,
[INFO] [stdout] 45 +     ub ch4_right: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub ch1_left: bool,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -     pub ch1_left: bool,
[INFO] [stdout] 46 +     ub ch1_left: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub ch2_left: bool,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     pub ch2_left: bool,
[INFO] [stdout] 47 +     ub ch2_left: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub ch3_left: bool,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 48 -     pub ch3_left: bool,
[INFO] [stdout] 48 +     ub ch3_left: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub ch4_left: bool,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     pub ch4_left: bool,
[INFO] [stdout] 49 +     ub ch4_left: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/hdma.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     blocks: B7,
[INFO] [stdout]    |     ^        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 -     blocks: B7,
[INFO] [stdout] 64 +     locks: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/hdma.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     mode: bool,
[INFO] [stdout]    |     ^        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     mode: bool,
[INFO] [stdout] 65 +     ode: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub vblank: bool,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub vblank: bool,
[INFO] [stdout] 24 +     ub vblank: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub lcd: bool,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub lcd: bool,
[INFO] [stdout] 25 +     ub lcd: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub timer: bool,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub timer: bool,
[INFO] [stdout] 26 +     ub timer: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub serial: bool,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub serial: bool,
[INFO] [stdout] 27 +     ub serial: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub joypad: bool,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub joypad: bool,
[INFO] [stdout] 28 +     ub joypad: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> core/src/context/key1.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub switch_armed: bool,
[INFO] [stdout]   |     ^                    ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 7 -     pub switch_armed: bool,
[INFO] [stdout] 7 +     ub switch_armed: boo ,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/key1.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     /// 0 = Normal speed, 1 = Double speed
[INFO] [stdout]    |     ^
[INFO] [stdout] 11 |     pub current_speed: bool,
[INFO] [stdout]    |                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 10 ~     // 0 = Normal speed, 1 = Double speed
[INFO] [stdout] 11 ~     pub current_speed: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     cgb_palette: B3,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 102 -     cgb_palette: B3,
[INFO] [stdout] 102 +     gb_palette: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     bank: B1,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 103 -     bank: B1,
[INFO] [stdout] 103 +     ank: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     dmg_palette: B1,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 104 -     dmg_palette: B1,
[INFO] [stdout] 104 +     mg_palette: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     x_flip: bool,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 105 -     x_flip: bool,
[INFO] [stdout] 105 +     _flip: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     y_flip: bool,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 106 -     y_flip: bool,
[INFO] [stdout] 106 +     _flip: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     priority: bool,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 107 -     priority: bool,
[INFO] [stdout] 107 +     riority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     color_palette: B3,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 114 -     color_palette: B3,
[INFO] [stdout] 114 +     olor_palette: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     bank: B1,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 115 -     bank: B1,
[INFO] [stdout] 115 +     ank: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     x_flip: bool,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     x_flip: bool,
[INFO] [stdout] 118 +     _flip: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     y_flip: bool,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 119 -     y_flip: bool,
[INFO] [stdout] 119 +     _flip: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     priority: bool,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     priority: bool,
[INFO] [stdout] 120 +     riority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 |     bg_enable_or_priority: bool,
[INFO] [stdout]     |     ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 127 -     bg_enable_or_priority: bool,
[INFO] [stdout] 127 +     g_enable_or_priority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 128 |     obj_enable: bool,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 128 -     obj_enable: bool,
[INFO] [stdout] 128 +     bj_enable: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 |     obj_size: bool,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 129 -     obj_size: bool,
[INFO] [stdout] 129 +     bj_size: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     bg_tile_map_area: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -     bg_tile_map_area: bool,
[INFO] [stdout] 130 +     g_tile_map_area: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |     bg_tile_addr_mode: bool,
[INFO] [stdout]     |     ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 131 -     bg_tile_addr_mode: bool,
[INFO] [stdout] 131 +     g_tile_addr_mode: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 132 |     window_enable: bool,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 132 -     window_enable: bool,
[INFO] [stdout] 132 +     indow_enable: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:133:5
[INFO] [stdout]     |
[INFO] [stdout] 133 |     window_tile_map_area: bool,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -     window_tile_map_area: bool,
[INFO] [stdout] 133 +     indow_tile_map_area: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub ppu_enable: bool,
[INFO] [stdout]     |     ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 134 -     pub ppu_enable: bool,
[INFO] [stdout] 134 +     ub ppu_enable: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 141 |     ppu_mode: Mode,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 141 -     ppu_mode: Mode,
[INFO] [stdout] 141 +     pu_mode: Mod ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 142 |     lyc_eq_ly: bool,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 142 -     lyc_eq_ly: bool,
[INFO] [stdout] 142 +     yc_eq_ly: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 |     mode0_int_select: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 143 -     mode0_int_select: bool,
[INFO] [stdout] 143 +     ode0_int_select: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     mode1_int_select: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 144 -     mode1_int_select: bool,
[INFO] [stdout] 144 +     ode1_int_select: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 |     mode2_int_select: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 145 -     mode2_int_select: bool,
[INFO] [stdout] 145 +     ode2_int_select: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     lyc_int_select: bool,
[INFO] [stdout]     |     ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -     lyc_int_select: bool,
[INFO] [stdout] 146 +     yc_int_select: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:603:5
[INFO] [stdout]     |
[INFO] [stdout] 603 |     red: B5,
[INFO] [stdout]     |     ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 603 -     red: B5,
[INFO] [stdout] 603 +     ed: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:604:5
[INFO] [stdout]     |
[INFO] [stdout] 604 |     green: B5,
[INFO] [stdout]     |     ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 604 -     green: B5,
[INFO] [stdout] 604 +     reen: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:605:5
[INFO] [stdout]     |
[INFO] [stdout] 605 |     blue: B5,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 605 -     blue: B5,
[INFO] [stdout] 605 +     lue: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:731:5
[INFO] [stdout]     |
[INFO] [stdout] 731 |     palette_index: B3,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 731 -     palette_index: B3,
[INFO] [stdout] 731 +     alette_index: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:732:5
[INFO] [stdout]     |
[INFO] [stdout] 732 |     color_index: B2,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 732 -     color_index: B2,
[INFO] [stdout] 732 +     olor_index: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:738:5
[INFO] [stdout]     |
[INFO] [stdout] 738 |     background_fragment: FragmentInfo,
[INFO] [stdout]     |     ^                               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 738 -     background_fragment: FragmentInfo,
[INFO] [stdout] 738 +     ackground_fragment: FragmentInf ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:739:5
[INFO] [stdout]     |
[INFO] [stdout] 739 |     has_background: bool,
[INFO] [stdout]     |     ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 739 -     has_background: bool,
[INFO] [stdout] 739 +     as_background: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:740:5
[INFO] [stdout]     |
[INFO] [stdout] 740 |     object_fragment: FragmentInfo,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 740 -     object_fragment: FragmentInfo,
[INFO] [stdout] 740 +     bject_fragment: FragmentInf ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:741:5
[INFO] [stdout]     |
[INFO] [stdout] 741 |     has_object: bool,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 741 -     has_object: bool,
[INFO] [stdout] 741 +     as_object: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:742:5
[INFO] [stdout]     |
[INFO] [stdout] 742 |     lcdc_bg_enable_or_priority: bool,
[INFO] [stdout]     |     ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 742 -     lcdc_bg_enable_or_priority: bool,
[INFO] [stdout] 742 +     cdc_bg_enable_or_priority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:743:5
[INFO] [stdout]     |
[INFO] [stdout] 743 |     oam_obj_priority: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 743 -     oam_obj_priority: bool,
[INFO] [stdout] 743 +     am_obj_priority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:744:5
[INFO] [stdout]     |
[INFO] [stdout] 744 |     bg_attr_priority: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 744 -     bg_attr_priority: bool,
[INFO] [stdout] 744 +     g_attr_priority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/timer.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub clock_select: B2,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub clock_select: B2,
[INFO] [stdout] 19 +     ub clock_select: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/timer.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub enable: bool,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub enable: bool,
[INFO] [stdout] 20 +     ub enable: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/cpu/registers.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub c: bool,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -     pub c: bool,
[INFO] [stdout] 30 +     ub c: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/cpu/registers.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub h: bool,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -     pub h: bool,
[INFO] [stdout] 31 +     ub h: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/cpu/registers.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub n: bool,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -     pub n: bool,
[INFO] [stdout] 32 +     ub n: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/cpu/registers.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub z: bool,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -     pub z: bool,
[INFO] [stdout] 33 +     ub z: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rubato v0.16.2
[INFO] [stderr]     Checking arboard v3.6.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stdout] warning: field `header` is never read
[INFO] [stdout]   --> core/src/cartridge/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Cartridge {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 11 |     header: CartridgeHeader,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cartridge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> core/src/cartridge/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct CartridgeHeader {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 18 |     pub title: CompactString,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 19 |     pub manufacturer_code: CompactString,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     pub cgb_flag: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 21 |     pub new_licensee_code: CompactString,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub sgb_flag: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 23 |     pub cartridge_type: u8,
[INFO] [stdout] 24 |     pub rom_size_byte: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub ram_size: u8,
[INFO] [stdout] 26 |     pub destination_code: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     pub old_licensee_code: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub version_number: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 29 |     pub checksum: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 30 |     pub global_checksum: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CartridgeHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `rom_size` is never used
[INFO] [stdout]   --> core/src/cartridge/mod.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl CartridgeHeader {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 97 |     fn rom_size(&self) -> usize {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Oam`, `Timer`, `OamDma`, `Hdma`, and `HRam` are never constructed
[INFO] [stdout]   --> core/src/context/mod.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | enum MemoryRegion {
[INFO] [stdout]    |      ------------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 61 |     Oam,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 62 |     Timer,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 63 |     OamDma,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 64 |     Hdma,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 65 |     HRam,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MemoryRegion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_addr` is never used
[INFO] [stdout]   --> core/src/context/mod.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl MemoryRegion {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 69 |     pub fn from_addr(addr: u16) -> Option<Self> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_double_speed_cycle` is never used
[INFO] [stdout]    --> core/src/context/mod.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | impl Context {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 154 |     fn is_double_speed_cycle(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read_dma` and `start_address` are never used
[INFO] [stdout]   --> core/src/context/oam_dma.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl OamDma {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn read_dma(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn start_address(&self) -> u16 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `dmg_palette` is never used
[INFO] [stdout]    --> core/src/context/ppu.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout]  99 | / #[repr(u8)]
[INFO] [stdout] 100 | | #[derive(Debug, Clone, Copy)]
[INFO] [stdout] 101 | | pub struct ObjectAttributes {
[INFO] [stdout]     | |___________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 104 |       dmg_palette: B1,
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `window_enable` and `window_tile_map_area` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 124 | / #[repr(u8)]
[INFO] [stdout] 125 | | #[derive(Debug, Clone, Copy, Default)]
[INFO] [stdout] 126 | | pub struct Lcdc {
[INFO] [stdout]     | |_______________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |       window_enable: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 133 |       window_tile_map_area: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `lyc_eq_ly`, `mode0_int_select`, `mode1_int_select`, `mode2_int_select`, and `lyc_int_select` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | / #[repr(u8)]
[INFO] [stdout] 139 | | #[derive(Debug, Clone, Copy, Default)]
[INFO] [stdout] 140 | | pub struct Stat {
[INFO] [stdout]     | |_______________- methods in this implementation
[INFO] [stdout] 141 |       ppu_mode: Mode,
[INFO] [stdout] 142 |       lyc_eq_ly: bool,
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 143 |       mode0_int_select: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 144 |       mode1_int_select: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 145 |       mode2_int_select: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 146 |       lyc_int_select: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:601:1
[INFO] [stdout]     |
[INFO] [stdout] 601 | // #[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
[INFO] [stdout] 602 | || struct PaletteColor {
[INFO] [stdout]     | ||___________________- associated items in this implementation
[INFO] [stdout] 603 | |      red: B5,
[INFO] [stdout] 604 | |      green: B5,
[INFO] [stdout] ...   |
[INFO] [stdout] 607 | |      __: B1,
[INFO] [stdout] 608 | |  }
[INFO] [stdout]     | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `rgb` is never used
[INFO] [stdout]    --> core/src/context/ppu.rs:623:12
[INFO] [stdout]     |
[INFO] [stdout] 610 | impl PaletteColor {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 623 |     pub fn rgb(self) -> RgbColor {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:729:1
[INFO] [stdout]     |
[INFO] [stdout] 729 | // #[derive(Debug, Default, Specifier)]
[INFO] [stdout] 730 | || struct FragmentInfo {
[INFO] [stdout]     | ||___________________- associated items in this implementation
[INFO] [stdout] 731 | |      palette_index: B3,
[INFO] [stdout] 732 | |      color_index: B2,
[INFO] [stdout] 733 | |  }
[INFO] [stdout]     | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> core/src/context/ppu.rs:736:1
[INFO] [stdout]     |
[INFO] [stdout] 736 | // #[derive(Debug, Default)]
[INFO] [stdout] 737 | || struct PixelInfo {
[INFO] [stdout]     | ||________________- associated function in this implementation
[INFO] [stdout] 738 | |      background_fragment: FragmentInfo,
[INFO] [stdout] 739 | |      has_background: bool,
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |      __: B1,
[INFO] [stdout] 747 | |  }
[INFO] [stdout]     | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:736:1
[INFO] [stdout]     |
[INFO] [stdout] 736 | // #[derive(Debug, Default)]
[INFO] [stdout] 737 | || struct PixelInfo {
[INFO] [stdout]     | ||________________- associated items in this implementation
[INFO] [stdout] 738 | |      background_fragment: FragmentInfo,
[INFO] [stdout] 739 | |      has_background: bool,
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |      __: B1,
[INFO] [stdout] 747 | |  }
[INFO] [stdout]     | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_background` and `has_object` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:837:8
[INFO] [stdout]     |
[INFO] [stdout] 749 | impl VideoBuffer {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 837 |     fn has_background(&self, lx: u8, ly: u8) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 840 |     fn has_object(&self, lx: u8, ly: u8) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> core/src/context/timer.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | // #[repr(u8)]
[INFO] [stdout] 17 | || #[derive(Debug, Default, Clone, Copy)]
[INFO] [stdout] 18 | || struct Tac {
[INFO] [stdout]    | ||__________- associated function in this implementation
[INFO] [stdout] 19 | |      pub clock_select: B2,
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |      __: B5,
[INFO] [stdout] 23 | |  }
[INFO] [stdout]    | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]   --> core/src/context/timer.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | // #[repr(u8)]
[INFO] [stdout] 17 | || #[derive(Debug, Default, Clone, Copy)]
[INFO] [stdout] 18 | || struct Tac {
[INFO] [stdout]    | ||__________- associated items in this implementation
[INFO] [stdout] 19 | |      pub clock_select: B2,
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |      __: B5,
[INFO] [stdout] 23 | |  }
[INFO] [stdout]    | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking zbus v5.9.0
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub ch1_right: bool,
[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] 42 -     pub ch1_right: bool,
[INFO] [stdout] 42 +     ub ch1_right: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub ch2_right: bool,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 43 -     pub ch2_right: bool,
[INFO] [stdout] 43 +     ub ch2_right: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub ch3_right: bool,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 44 -     pub ch3_right: bool,
[INFO] [stdout] 44 +     ub ch3_right: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub ch4_right: bool,
[INFO] [stdout]    |     ^                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 -     pub ch4_right: bool,
[INFO] [stdout] 45 +     ub ch4_right: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub ch1_left: bool,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -     pub ch1_left: bool,
[INFO] [stdout] 46 +     ub ch1_left: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub ch2_left: bool,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 47 -     pub ch2_left: bool,
[INFO] [stdout] 47 +     ub ch2_left: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub ch3_left: bool,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 48 -     pub ch3_left: bool,
[INFO] [stdout] 48 +     ub ch3_left: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/apu/mod.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub ch4_left: bool,
[INFO] [stdout]    |     ^                ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 49 -     pub ch4_left: bool,
[INFO] [stdout] 49 +     ub ch4_left: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/hdma.rs:64:5
[INFO] [stdout]    |
[INFO] [stdout] 64 |     blocks: B7,
[INFO] [stdout]    |     ^        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 64 -     blocks: B7,
[INFO] [stdout] 64 +     locks: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/hdma.rs:65:5
[INFO] [stdout]    |
[INFO] [stdout] 65 |     mode: bool,
[INFO] [stdout]    |     ^        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 65 -     mode: bool,
[INFO] [stdout] 65 +     ode: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     pub vblank: bool,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 24 -     pub vblank: bool,
[INFO] [stdout] 24 +     ub vblank: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub lcd: bool,
[INFO] [stdout]    |     ^           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 25 -     pub lcd: bool,
[INFO] [stdout] 25 +     ub lcd: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:26:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub timer: bool,
[INFO] [stdout]    |     ^             ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 26 -     pub timer: bool,
[INFO] [stdout] 26 +     ub timer: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub serial: bool,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 27 -     pub serial: bool,
[INFO] [stdout] 27 +     ub serial: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/interrupts.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub joypad: bool,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 28 -     pub joypad: bool,
[INFO] [stdout] 28 +     ub joypad: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]  --> core/src/context/key1.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     pub switch_armed: bool,
[INFO] [stdout]   |     ^                    ^
[INFO] [stdout]   |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 7 -     pub switch_armed: bool,
[INFO] [stdout] 7 +     ub switch_armed: boo ,
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/key1.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     /// 0 = Normal speed, 1 = Double speed
[INFO] [stdout]    |     ^
[INFO] [stdout] 11 |     pub current_speed: bool,
[INFO] [stdout]    |                           ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 10 ~     // 0 = Normal speed, 1 = Double speed
[INFO] [stdout] 11 ~     pub current_speed: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:102:5
[INFO] [stdout]     |
[INFO] [stdout] 102 |     cgb_palette: B3,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 102 -     cgb_palette: B3,
[INFO] [stdout] 102 +     gb_palette: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 103 |     bank: B1,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 103 -     bank: B1,
[INFO] [stdout] 103 +     ank: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout] 104 |     dmg_palette: B1,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 104 -     dmg_palette: B1,
[INFO] [stdout] 104 +     mg_palette: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     x_flip: bool,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 105 -     x_flip: bool,
[INFO] [stdout] 105 +     _flip: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 |     y_flip: bool,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 106 -     y_flip: bool,
[INFO] [stdout] 106 +     _flip: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:107:5
[INFO] [stdout]     |
[INFO] [stdout] 107 |     priority: bool,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 107 -     priority: bool,
[INFO] [stdout] 107 +     riority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     color_palette: B3,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 114 -     color_palette: B3,
[INFO] [stdout] 114 +     olor_palette: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:115:5
[INFO] [stdout]     |
[INFO] [stdout] 115 |     bank: B1,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 115 -     bank: B1,
[INFO] [stdout] 115 +     ank: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     x_flip: bool,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 118 -     x_flip: bool,
[INFO] [stdout] 118 +     _flip: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:119:5
[INFO] [stdout]     |
[INFO] [stdout] 119 |     y_flip: bool,
[INFO] [stdout]     |     ^          ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 119 -     y_flip: bool,
[INFO] [stdout] 119 +     _flip: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:120:5
[INFO] [stdout]     |
[INFO] [stdout] 120 |     priority: bool,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 120 -     priority: bool,
[INFO] [stdout] 120 +     riority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:127:5
[INFO] [stdout]     |
[INFO] [stdout] 127 |     bg_enable_or_priority: bool,
[INFO] [stdout]     |     ^                         ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 127 -     bg_enable_or_priority: bool,
[INFO] [stdout] 127 +     g_enable_or_priority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:128:5
[INFO] [stdout]     |
[INFO] [stdout] 128 |     obj_enable: bool,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 128 -     obj_enable: bool,
[INFO] [stdout] 128 +     bj_enable: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 |     obj_size: bool,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 129 -     obj_size: bool,
[INFO] [stdout] 129 +     bj_size: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:130:5
[INFO] [stdout]     |
[INFO] [stdout] 130 |     bg_tile_map_area: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 130 -     bg_tile_map_area: bool,
[INFO] [stdout] 130 +     g_tile_map_area: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |     bg_tile_addr_mode: bool,
[INFO] [stdout]     |     ^                     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 131 -     bg_tile_addr_mode: bool,
[INFO] [stdout] 131 +     g_tile_addr_mode: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 132 |     window_enable: bool,
[INFO] [stdout]     |     ^                 ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 132 -     window_enable: bool,
[INFO] [stdout] 132 +     indow_enable: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:133:5
[INFO] [stdout]     |
[INFO] [stdout] 133 |     window_tile_map_area: bool,
[INFO] [stdout]     |     ^                        ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 133 -     window_tile_map_area: bool,
[INFO] [stdout] 133 +     indow_tile_map_area: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:134:5
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub ppu_enable: bool,
[INFO] [stdout]     |     ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 134 -     pub ppu_enable: bool,
[INFO] [stdout] 134 +     ub ppu_enable: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:141:5
[INFO] [stdout]     |
[INFO] [stdout] 141 |     ppu_mode: Mode,
[INFO] [stdout]     |     ^            ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 141 -     ppu_mode: Mode,
[INFO] [stdout] 141 +     pu_mode: Mod ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 142 |     lyc_eq_ly: bool,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 142 -     lyc_eq_ly: bool,
[INFO] [stdout] 142 +     yc_eq_ly: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 |     mode0_int_select: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 143 -     mode0_int_select: bool,
[INFO] [stdout] 143 +     ode0_int_select: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     mode1_int_select: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 144 -     mode1_int_select: bool,
[INFO] [stdout] 144 +     ode1_int_select: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:145:5
[INFO] [stdout]     |
[INFO] [stdout] 145 |     mode2_int_select: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 145 -     mode2_int_select: bool,
[INFO] [stdout] 145 +     ode2_int_select: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     lyc_int_select: bool,
[INFO] [stdout]     |     ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 146 -     lyc_int_select: bool,
[INFO] [stdout] 146 +     yc_int_select: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:603:5
[INFO] [stdout]     |
[INFO] [stdout] 603 |     red: B5,
[INFO] [stdout]     |     ^     ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 603 -     red: B5,
[INFO] [stdout] 603 +     ed: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:604:5
[INFO] [stdout]     |
[INFO] [stdout] 604 |     green: B5,
[INFO] [stdout]     |     ^       ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 604 -     green: B5,
[INFO] [stdout] 604 +     reen: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:605:5
[INFO] [stdout]     |
[INFO] [stdout] 605 |     blue: B5,
[INFO] [stdout]     |     ^      ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 605 -     blue: B5,
[INFO] [stdout] 605 +     lue: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:731:5
[INFO] [stdout]     |
[INFO] [stdout] 731 |     palette_index: B3,
[INFO] [stdout]     |     ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 731 -     palette_index: B3,
[INFO] [stdout] 731 +     alette_index: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:732:5
[INFO] [stdout]     |
[INFO] [stdout] 732 |     color_index: B2,
[INFO] [stdout]     |     ^             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 732 -     color_index: B2,
[INFO] [stdout] 732 +     olor_index: B ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:738:5
[INFO] [stdout]     |
[INFO] [stdout] 738 |     background_fragment: FragmentInfo,
[INFO] [stdout]     |     ^                               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 738 -     background_fragment: FragmentInfo,
[INFO] [stdout] 738 +     ackground_fragment: FragmentInf ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:739:5
[INFO] [stdout]     |
[INFO] [stdout] 739 |     has_background: bool,
[INFO] [stdout]     |     ^                  ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 739 -     has_background: bool,
[INFO] [stdout] 739 +     as_background: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:740:5
[INFO] [stdout]     |
[INFO] [stdout] 740 |     object_fragment: FragmentInfo,
[INFO] [stdout]     |     ^                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 740 -     object_fragment: FragmentInfo,
[INFO] [stdout] 740 +     bject_fragment: FragmentInf ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:741:5
[INFO] [stdout]     |
[INFO] [stdout] 741 |     has_object: bool,
[INFO] [stdout]     |     ^              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 741 -     has_object: bool,
[INFO] [stdout] 741 +     as_object: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:742:5
[INFO] [stdout]     |
[INFO] [stdout] 742 |     lcdc_bg_enable_or_priority: bool,
[INFO] [stdout]     |     ^                              ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 742 -     lcdc_bg_enable_or_priority: bool,
[INFO] [stdout] 742 +     cdc_bg_enable_or_priority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:743:5
[INFO] [stdout]     |
[INFO] [stdout] 743 |     oam_obj_priority: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 743 -     oam_obj_priority: bool,
[INFO] [stdout] 743 +     am_obj_priority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> core/src/context/ppu.rs:744:5
[INFO] [stdout]     |
[INFO] [stdout] 744 |     bg_attr_priority: bool,
[INFO] [stdout]     |     ^                    ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 744 -     bg_attr_priority: bool,
[INFO] [stdout] 744 +     g_attr_priority: boo ,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/timer.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub clock_select: B2,
[INFO] [stdout]    |     ^                  ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 19 -     pub clock_select: B2,
[INFO] [stdout] 19 +     ub clock_select: B ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/context/timer.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub enable: bool,
[INFO] [stdout]    |     ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 20 -     pub enable: bool,
[INFO] [stdout] 20 +     ub enable: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/cpu/registers.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub c: bool,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 30 -     pub c: bool,
[INFO] [stdout] 30 +     ub c: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/cpu/registers.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub h: bool,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 31 -     pub h: bool,
[INFO] [stdout] 31 +     ub h: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/cpu/registers.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub n: bool,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 32 -     pub n: bool,
[INFO] [stdout] 32 +     ub n: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> core/src/cpu/registers.rs:33:5
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub z: bool,
[INFO] [stdout]    |     ^         ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 33 -     pub z: bool,
[INFO] [stdout] 33 +     ub z: boo ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking egui_extras v0.32.0
[INFO] [stderr]     Checking puffin_egui v0.29.0 (https://github.com/EmbarkStudios/puffin.git?rev=refs%2Fpull%2F244%2Fhead#f106bfa3)
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.9
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.9
[INFO] [stderr]     Checking ashpd v0.11.0
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v25.0.0
[INFO] [stderr]     Checking smithay-client-toolkit v0.19.2
[INFO] [stdout] warning: field `header` is never read
[INFO] [stdout]   --> core/src/cartridge/mod.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Cartridge {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 11 |     header: CartridgeHeader,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cartridge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> core/src/cartridge/mod.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub struct CartridgeHeader {
[INFO] [stdout]    |            --------------- fields in this struct
[INFO] [stdout] 18 |     pub title: CompactString,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout] 19 |     pub manufacturer_code: CompactString,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 20 |     pub cgb_flag: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 21 |     pub new_licensee_code: CompactString,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 22 |     pub sgb_flag: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 23 |     pub cartridge_type: u8,
[INFO] [stdout] 24 |     pub rom_size_byte: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 25 |     pub ram_size: u8,
[INFO] [stdout] 26 |     pub destination_code: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 27 |     pub old_licensee_code: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 28 |     pub version_number: u8,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 29 |     pub checksum: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 30 |     pub global_checksum: u16,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CartridgeHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `rom_size` is never used
[INFO] [stdout]   --> core/src/cartridge/mod.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl CartridgeHeader {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 97 |     fn rom_size(&self) -> usize {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Oam`, `Timer`, `OamDma`, `Hdma`, and `HRam` are never constructed
[INFO] [stdout]   --> core/src/context/mod.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | enum MemoryRegion {
[INFO] [stdout]    |      ------------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 61 |     Oam,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 62 |     Timer,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 63 |     OamDma,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 64 |     Hdma,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 65 |     HRam,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MemoryRegion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from_addr` is never used
[INFO] [stdout]   --> core/src/context/mod.rs:69:12
[INFO] [stdout]    |
[INFO] [stdout] 68 | impl MemoryRegion {
[INFO] [stdout]    | ----------------- associated function in this implementation
[INFO] [stdout] 69 |     pub fn from_addr(addr: u16) -> Option<Self> {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_double_speed_cycle` is never used
[INFO] [stdout]    --> core/src/context/mod.rs:154:8
[INFO] [stdout]     |
[INFO] [stdout] 105 | impl Context {
[INFO] [stdout]     | ------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 154 |     fn is_double_speed_cycle(&self) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read_dma` and `start_address` are never used
[INFO] [stdout]   --> core/src/context/oam_dma.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl OamDma {
[INFO] [stdout]    | ----------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 19 |     fn read_dma(&self) -> u8 {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub fn start_address(&self) -> u16 {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `dmg_palette` is never used
[INFO] [stdout]    --> core/src/context/ppu.rs:104:5
[INFO] [stdout]     |
[INFO] [stdout]  99 | / #[repr(u8)]
[INFO] [stdout] 100 | | #[derive(Debug, Clone, Copy)]
[INFO] [stdout] 101 | | pub struct ObjectAttributes {
[INFO] [stdout]     | |___________________________- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 104 |       dmg_palette: B1,
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `window_enable` and `window_tile_map_area` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:132:5
[INFO] [stdout]     |
[INFO] [stdout] 124 | / #[repr(u8)]
[INFO] [stdout] 125 | | #[derive(Debug, Clone, Copy, Default)]
[INFO] [stdout] 126 | | pub struct Lcdc {
[INFO] [stdout]     | |_______________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 132 |       window_enable: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 133 |       window_tile_map_area: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `lyc_eq_ly`, `mode0_int_select`, `mode1_int_select`, `mode2_int_select`, and `lyc_int_select` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:142:5
[INFO] [stdout]     |
[INFO] [stdout] 138 | / #[repr(u8)]
[INFO] [stdout] 139 | | #[derive(Debug, Clone, Copy, Default)]
[INFO] [stdout] 140 | | pub struct Stat {
[INFO] [stdout]     | |_______________- methods in this implementation
[INFO] [stdout] 141 |       ppu_mode: Mode,
[INFO] [stdout] 142 |       lyc_eq_ly: bool,
[INFO] [stdout]     |       ^^^^^^^^^
[INFO] [stdout] 143 |       mode0_int_select: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 144 |       mode1_int_select: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 145 |       mode2_int_select: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 146 |       lyc_int_select: bool,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:601:1
[INFO] [stdout]     |
[INFO] [stdout] 601 | // #[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
[INFO] [stdout] 602 | || struct PaletteColor {
[INFO] [stdout]     | ||___________________- associated items in this implementation
[INFO] [stdout] 603 | |      red: B5,
[INFO] [stdout] 604 | |      green: B5,
[INFO] [stdout] ...   |
[INFO] [stdout] 607 | |      __: B1,
[INFO] [stdout] 608 | |  }
[INFO] [stdout]     | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `rgb` is never used
[INFO] [stdout]    --> core/src/context/ppu.rs:623:12
[INFO] [stdout]     |
[INFO] [stdout] 610 | impl PaletteColor {
[INFO] [stdout]     | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 623 |     pub fn rgb(self) -> RgbColor {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:729:1
[INFO] [stdout]     |
[INFO] [stdout] 729 | // #[derive(Debug, Default, Specifier)]
[INFO] [stdout] 730 | || struct FragmentInfo {
[INFO] [stdout]     | ||___________________- associated items in this implementation
[INFO] [stdout] 731 | |      palette_index: B3,
[INFO] [stdout] 732 | |      color_index: B2,
[INFO] [stdout] 733 | |  }
[INFO] [stdout]     | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> core/src/context/ppu.rs:736:1
[INFO] [stdout]     |
[INFO] [stdout] 736 | // #[derive(Debug, Default)]
[INFO] [stdout] 737 | || struct PixelInfo {
[INFO] [stdout]     | ||________________- associated function in this implementation
[INFO] [stdout] 738 | |      background_fragment: FragmentInfo,
[INFO] [stdout] 739 | |      has_background: bool,
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |      __: B1,
[INFO] [stdout] 747 | |  }
[INFO] [stdout]     | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:736:1
[INFO] [stdout]     |
[INFO] [stdout] 736 | // #[derive(Debug, Default)]
[INFO] [stdout] 737 | || struct PixelInfo {
[INFO] [stdout]     | ||________________- associated items in this implementation
[INFO] [stdout] 738 | |      background_fragment: FragmentInfo,
[INFO] [stdout] 739 | |      has_background: bool,
[INFO] [stdout] ...   |
[INFO] [stdout] 746 | |      __: B1,
[INFO] [stdout] 747 | |  }
[INFO] [stdout]     | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `has_background` and `has_object` are never used
[INFO] [stdout]    --> core/src/context/ppu.rs:837:8
[INFO] [stdout]     |
[INFO] [stdout] 749 | impl VideoBuffer {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 837 |     fn has_background(&self, lx: u8, ly: u8) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 840 |     fn has_object(&self, lx: u8, ly: u8) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> core/src/context/timer.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | // #[repr(u8)]
[INFO] [stdout] 17 | || #[derive(Debug, Default, Clone, Copy)]
[INFO] [stdout] 18 | || struct Tac {
[INFO] [stdout]    | ||__________- associated function in this implementation
[INFO] [stdout] 19 | |      pub clock_select: B2,
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |      __: B5,
[INFO] [stdout] 23 | |  }
[INFO] [stdout]    | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]   --> core/src/context/timer.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | // #[repr(u8)]
[INFO] [stdout] 17 | || #[derive(Debug, Default, Clone, Copy)]
[INFO] [stdout] 18 | || struct Tac {
[INFO] [stdout]    | ||__________- associated items in this implementation
[INFO] [stdout] 19 | |      pub clock_select: B2,
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |      __: B5,
[INFO] [stdout] 23 | |  }
[INFO] [stdout]    | |__^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking sctk-adwaita v0.10.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.2
[INFO] [stderr]     Checking egui-winit v0.32.0
[INFO] [stderr]     Checking egui-wgpu v0.32.0
[INFO] [stderr]     Checking cvgb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `render_pass`
[INFO] [stdout]    --> src/app/game_renderer/game.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn render(&mut self, render_pass: &mut wgpu::RenderPass) {
[INFO] [stdout]     |                              ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_render_pass`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `render_pass`
[INFO] [stdout]    --> src/app/game_renderer/game.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn render(&mut self, render_pass: &mut wgpu::RenderPass) {
[INFO] [stdout]     |                              ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_render_pass`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 20s
[INFO] running `Command { std: "docker" "inspect" "41ed453eb45df808aabe48603282f6636acbaa75962de5a6ed1b03a216c252c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41ed453eb45df808aabe48603282f6636acbaa75962de5a6ed1b03a216c252c0", kill_on_drop: false }`
[INFO] [stdout] 41ed453eb45df808aabe48603282f6636acbaa75962de5a6ed1b03a216c252c0
