[INFO] cloning repository https://github.com/nh4tco4/TMTinker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nh4tco4/TMTinker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnh4tco4%2FTMTinker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnh4tco4%2FTMTinker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 887dab4423dd1be2d16979b9639e2c3f898ecc22
[INFO] checking nh4tco4/TMTinker against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnh4tco4%2FTMTinker" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/nh4tco4/TMTinker
[INFO] finished tweaking git repo https://github.com/nh4tco4/TMTinker
[INFO] tweaked toml for git repo https://github.com/nh4tco4/TMTinker written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nh4tco4/TMTinker on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nh4tco4/TMTinker 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933
[INFO] running `Command { std: "docker" "start" "6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933" "/opt/rustwide/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking log v0.4.31
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling wayland-sys v0.31.11
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking bitflags v2.12.1
[INFO] [stderr]     Checking dlib v0.5.3
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling wayland-client v0.31.14
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking async-signal v0.2.14
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling wayland-backend v0.3.15
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.122
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling winit v0.30.13
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling glutin_egl_sys v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.6.1
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]     Checking epaint_default_fonts v0.33.3
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.20.0
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling glutin v0.32.3
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling glutin-winit v0.5.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.122
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.122
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking async-net v2.0.0
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking env_filter v1.0.1
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking jiff v0.2.28
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]     Checking env_logger v0.11.10
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking calloop v0.14.4
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]    Compiling quick-xml v0.39.4
[INFO] [stderr]    Compiling zvariant_utils v3.4.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking accesskit v0.21.1
[INFO] [stderr]     Checking emath v0.33.3
[INFO] [stderr]     Checking accesskit_consumer v0.31.0
[INFO] [stderr]     Checking ron v0.11.0
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.10
[INFO] [stderr]     Checking ecolor v0.33.3
[INFO] [stderr]     Checking webbrowser v1.2.1
[INFO] [stderr]     Checking epaint v0.33.3
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.122
[INFO] [stderr]    Compiling zvariant_derive v5.12.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking egui v0.33.3
[INFO] [stderr]    Compiling zvariant v5.12.0
[INFO] [stderr]     Checking wayland-protocols v0.32.12
[INFO] [stderr]     Checking wayland-cursor v0.31.14
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking calloop-wayland-source v0.4.1
[INFO] [stderr]     Checking zbus_names v4.3.2
[INFO] [stderr]     Checking zbus_xml v5.1.1
[INFO] [stderr]     Checking zbus-lockstep v0.5.2
[INFO] [stderr]     Checking egui_glow v0.33.3
[INFO] [stderr]    Compiling zbus_macros v5.16.0
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.5.2
[INFO] [stderr]     Checking wayland-protocols-wlr v0.3.12
[INFO] [stderr]     Checking wayland-protocols-plasma v0.3.12
[INFO] [stderr]     Checking wayland-protocols-misc v0.3.12
[INFO] [stderr]     Checking wayland-protocols-experimental v20250721.0.1
[INFO] [stderr]     Checking smithay-clipboard v0.7.3
[INFO] [stderr]     Checking zbus v5.16.0
[INFO] [stderr]     Checking atspi-common v0.9.0
[INFO] [stderr]     Checking ashpd v0.11.1
[INFO] [stderr]     Checking atspi-proxies v0.9.0
[INFO] [stderr]     Checking accesskit_atspi_common v0.14.2
[INFO] [stderr]     Checking atspi-connection v0.9.0
[INFO] [stderr]     Checking atspi v0.25.0
[INFO] [stderr]     Checking accesskit_unix v0.17.2
[INFO] [stderr]     Checking accesskit_winit v0.29.2
[INFO] [stderr]     Checking egui-winit v0.33.3
[INFO] [stderr]     Checking eframe v0.33.3
[INFO] [stderr]     Checking tmtinker v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `tmcore::TMCore`
[INFO] [stdout]  --> src/core/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use tmcore::TMCore;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `egui::Vec2`
[INFO] [stdout]  --> src/editor/session.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use egui::Vec2;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IDLE_NODE_STROKE`
[INFO] [stdout]   --> src/visual/render/render_edge.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         IDLE_NODE_STROKE,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CONTROL_START`
[INFO] [stdout]  --> src/visual/toolbars/control_window.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...   BUTTON_SIZE, CONTROL_START, ICON_FONT_SIZE, OPTIONS_EXPORT, OPTIONS_HELP, OPTIONS_MENU, OPTIONS_RUN, OPTIONS_SAVE, OPTIONS_VALI...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tmcore::TMCore`
[INFO] [stdout]  --> src/core/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use tmcore::TMCore;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `egui::Vec2`
[INFO] [stdout]  --> src/editor/session.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use egui::Vec2;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IDLE_NODE_STROKE`
[INFO] [stdout]   --> src/visual/render/render_edge.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         IDLE_NODE_STROKE,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CONTROL_START`
[INFO] [stdout]  --> src/visual/toolbars/control_window.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...   BUTTON_SIZE, CONTROL_START, ICON_FONT_SIZE, OPTIONS_EXPORT, OPTIONS_HELP, OPTIONS_MENU, OPTIONS_RUN, OPTIONS_SAVE, OPTIONS_VALI...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/canvas.rs:592:17
[INFO] [stdout]     |
[INFO] [stdout] 592 |                 1.0,
[INFO] [stdout]     |                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `-W float-literal-f32-fallback` implied by `-W future-incompatible`
[INFO] [stdout]     = help: to override `-W future-incompatible` add `#[allow(float_literal_f32_fallback)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/canvas.rs:592:17
[INFO] [stdout]     |
[INFO] [stdout] 592 |                 1.0,
[INFO] [stdout]     |                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `-W float-literal-f32-fallback` implied by `-W future-incompatible`
[INFO] [stdout]     = help: to override `-W future-incompatible` add `#[allow(float_literal_f32_fallback)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:118:31
[INFO] [stdout]     |
[INFO] [stdout] 118 |             egui::Stroke::new(2.0, REGULAR_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |             egui::Stroke::new(2.5, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:128:31
[INFO] [stdout]     |
[INFO] [stdout] 128 |             egui::Stroke::new(2.5, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:133:31
[INFO] [stdout]     |
[INFO] [stdout] 133 |             egui::Stroke::new(3.0, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:118:31
[INFO] [stdout]     |
[INFO] [stdout] 118 |             egui::Stroke::new(2.0, REGULAR_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |             egui::Stroke::new(2.5, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:128:31
[INFO] [stdout]     |
[INFO] [stdout] 128 |             egui::Stroke::new(2.5, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:133:31
[INFO] [stdout]     |
[INFO] [stdout] 133 |             egui::Stroke::new(3.0, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport`
[INFO] [stdout]   --> src/visual/toolbars/edge_control_window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     viewport: &ViewportState,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MachineState` is never used
[INFO] [stdout]   --> src/core/tm.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum MachineState {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HaltReason` is never used
[INFO] [stdout]   --> src/core/tm.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub enum HaltReason {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `StepResult` is never used
[INFO] [stdout]   --> src/core/tm.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub enum StepResult {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SubmachineFrame` is never constructed
[INFO] [stdout]   --> src/core/tm.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct SubmachineFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `reset_tape` and `items` are never used
[INFO] [stdout]   --> src/core/tmcore.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Tape {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn reset_tape(&mut self) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn items(&self) -> &HashMap<i32, char> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write`, `right`, `word_right`, and `copy` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub trait BasicCommands {
[INFO] [stdout]     |           ------------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn write(&mut self, value: char);
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 120 |     fn left(&mut self, power: u32);
[INFO] [stdout] 121 |     fn right(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 122 |     fn word_left(&mut self, power: u32);
[INFO] [stdout] 123 |     fn word_right(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 124 |     fn copy(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `delete_word_left`, `delete_word_right`, `skip_sequence_left`, `skip_sequence_right`, `shift_one_word_backwards`, and `copy_nth_word` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:136:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait AdvancedCommands: BasicCommands {
[INFO] [stdout]     |           ---------------- methods in this trait
[INFO] [stdout] 136 |     fn delete_word_left(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 137 |     fn delete_word_right(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 138 |     fn skip_sequence_left(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 139 |     fn skip_sequence_right(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     fn shift_one_word_backwards(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 143 |     fn copy_nth_word(&mut self, n: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `head_position`, `tape_items`, `reset_tape`, `write_at`, and `seek` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl TMCore {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 156 |     /// Creates a machine with the given alphabet and an empty tape.
[INFO] [stdout] 157 |     pub fn new(alphabet: Vec<char>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     pub fn head_position(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn tape_items(&self) -> &HashMap<i32, char> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn reset_tape(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn write_at(&mut self, index: i32, ch: char) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub fn seek(&mut self, pos: i32) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `snap_position_to_grid` is never used
[INFO] [stdout]  --> src/editor/utils.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn snap_position_to_grid(position: LayoutPos, grid_size: f32) -> LayoutPos {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `editing_note` is never read
[INFO] [stdout]   --> src/editor/session.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct CanvasInteractionState {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub editing_note: Option<NoteKey>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CanvasInteractionState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty` and `single_note` are never used
[INFO] [stdout]   --> src/editor/session.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl SelectionState {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn single_note(&self) -> Option<NoteKey> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_left_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_right_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GRID_SIZE` is never used
[INFO] [stdout]  --> src/visual/render/mod.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(super) const GRID_SIZE: f32 = 50.0;
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Selected` and `Hovered` are never constructed
[INFO] [stdout]   --> src/visual/render/render_note.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum NoteMeta {
[INFO] [stdout]    |      -------- variants in this enum
[INFO] [stdout] 15 |     Idle,
[INFO] [stdout] 16 |     Selected,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 17 |     Hovered,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Page` is never used
[INFO] [stdout]   --> src/visual/toolbars/mod.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum Page {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Run` is never constructed
[INFO] [stdout]   --> src/visual/toolbars/control_window.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub enum ControlAction {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 63 |     Run,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 |     (left_node_shortcut, A),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:23:6
[INFO] [stdout]    |
[INFO] [stdout] 23 |     (right_node_shortcut, D),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:24:6
[INFO] [stdout]    |
[INFO] [stdout] 24 |     (word_left_node_shortcut, Q),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_word_left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 |     (word_right_node_shortcut, E),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_word_right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `link_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:26:6
[INFO] [stdout]    |
[INFO] [stdout] 26 |     (link_node_shortcut, S),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_link_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:27:6
[INFO] [stdout]    |
[INFO] [stdout] 27 |     (delete_node_shortcut, X),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `move_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |     (move_node_shortcut, V),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `space_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:29:6
[INFO] [stdout]    |
[INFO] [stdout] 29 |     (space_node_shortcut, W),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 |     (copy_node_shortcut, C),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_copy_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `submachine_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:31:6
[INFO] [stdout]    |
[INFO] [stdout] 31 |     (submachine_node_shortcut, M),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_submachine_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:32:6
[INFO] [stdout]    |
[INFO] [stdout] 32 |     (start_node_shortcut, T),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `end_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:33:6
[INFO] [stdout]    |
[INFO] [stdout] 33 |     (end_node_shortcut, G),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `note_node_shorcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:34:6
[INFO] [stdout]    |
[INFO] [stdout] 34 |     (note_node_shorcut, B)
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_note_node_shorcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TapeState` is never constructed
[INFO] [stdout]  --> src/visual/router.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct TapeState {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SaveProject` is never constructed
[INFO] [stdout]   --> src/visual/router.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum TinkerAction {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     SaveProject,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport`
[INFO] [stdout]   --> src/visual/toolbars/edge_control_window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     viewport: &ViewportState,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MachineState` is never used
[INFO] [stdout]   --> src/core/tm.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum MachineState {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HaltReason` is never used
[INFO] [stdout]   --> src/core/tm.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub enum HaltReason {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `StepResult` is never used
[INFO] [stdout]   --> src/core/tm.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub enum StepResult {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SubmachineFrame` is never constructed
[INFO] [stdout]   --> src/core/tm.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct SubmachineFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `reset_tape` and `items` are never used
[INFO] [stdout]   --> src/core/tmcore.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Tape {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn reset_tape(&mut self) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn items(&self) -> &HashMap<i32, char> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `delete_word_left`, `delete_word_right`, `skip_sequence_left`, `skip_sequence_right`, `shift_one_word_backwards`, and `copy_nth_word` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:136:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait AdvancedCommands: BasicCommands {
[INFO] [stdout]     |           ---------------- methods in this trait
[INFO] [stdout] 136 |     fn delete_word_left(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 137 |     fn delete_word_right(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 138 |     fn skip_sequence_left(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 139 |     fn skip_sequence_right(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     fn shift_one_word_backwards(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 143 |     fn copy_nth_word(&mut self, n: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `tape_items`, `reset_tape`, `write_at`, and `seek` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl TMCore {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 156 |     /// Creates a machine with the given alphabet and an empty tape.
[INFO] [stdout] 157 |     pub fn new(alphabet: Vec<char>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn tape_items(&self) -> &HashMap<i32, char> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn reset_tape(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn write_at(&mut self, index: i32, ch: char) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub fn seek(&mut self, pos: i32) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `snap_position_to_grid` is never used
[INFO] [stdout]  --> src/editor/utils.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn snap_position_to_grid(position: LayoutPos, grid_size: f32) -> LayoutPos {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `editing_note` is never read
[INFO] [stdout]   --> src/editor/session.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct CanvasInteractionState {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub editing_note: Option<NoteKey>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CanvasInteractionState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty` and `single_note` are never used
[INFO] [stdout]   --> src/editor/session.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl SelectionState {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn single_note(&self) -> Option<NoteKey> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_left_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_right_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GRID_SIZE` is never used
[INFO] [stdout]  --> src/visual/render/mod.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(super) const GRID_SIZE: f32 = 50.0;
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Selected` and `Hovered` are never constructed
[INFO] [stdout]   --> src/visual/render/render_note.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum NoteMeta {
[INFO] [stdout]    |      -------- variants in this enum
[INFO] [stdout] 15 |     Idle,
[INFO] [stdout] 16 |     Selected,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 17 |     Hovered,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Page` is never used
[INFO] [stdout]   --> src/visual/toolbars/mod.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum Page {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Run` is never constructed
[INFO] [stdout]   --> src/visual/toolbars/control_window.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub enum ControlAction {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 63 |     Run,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 |     (left_node_shortcut, A),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:23:6
[INFO] [stdout]    |
[INFO] [stdout] 23 |     (right_node_shortcut, D),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:24:6
[INFO] [stdout]    |
[INFO] [stdout] 24 |     (word_left_node_shortcut, Q),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_word_left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 |     (word_right_node_shortcut, E),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_word_right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `link_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:26:6
[INFO] [stdout]    |
[INFO] [stdout] 26 |     (link_node_shortcut, S),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_link_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:27:6
[INFO] [stdout]    |
[INFO] [stdout] 27 |     (delete_node_shortcut, X),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `move_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |     (move_node_shortcut, V),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `space_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:29:6
[INFO] [stdout]    |
[INFO] [stdout] 29 |     (space_node_shortcut, W),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 |     (copy_node_shortcut, C),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_copy_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `submachine_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:31:6
[INFO] [stdout]    |
[INFO] [stdout] 31 |     (submachine_node_shortcut, M),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_submachine_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:32:6
[INFO] [stdout]    |
[INFO] [stdout] 32 |     (start_node_shortcut, T),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `end_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:33:6
[INFO] [stdout]    |
[INFO] [stdout] 33 |     (end_node_shortcut, G),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `note_node_shorcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:34:6
[INFO] [stdout]    |
[INFO] [stdout] 34 |     (note_node_shorcut, B)
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_note_node_shorcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TapeState` is never constructed
[INFO] [stdout]  --> src/visual/router.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct TapeState {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SaveProject` is never constructed
[INFO] [stdout]   --> src/visual/router.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum TinkerAction {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     SaveProject,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tmcore::TMCore`
[INFO] [stdout]  --> src/core/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use tmcore::TMCore;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `egui::Vec2`
[INFO] [stdout]  --> src/editor/session.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use egui::Vec2;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IDLE_NODE_STROKE`
[INFO] [stdout]   --> src/visual/render/render_edge.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         IDLE_NODE_STROKE,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CONTROL_START`
[INFO] [stdout]  --> src/visual/toolbars/control_window.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...   BUTTON_SIZE, CONTROL_START, ICON_FONT_SIZE, OPTIONS_EXPORT, OPTIONS_HELP, OPTIONS_MENU, OPTIONS_RUN, OPTIONS_SAVE, OPTIONS_VALI...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tmcore::TMCore`
[INFO] [stdout]  --> src/core/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use tmcore::TMCore;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `egui::Vec2`
[INFO] [stdout]  --> src/editor/session.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use egui::Vec2;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `IDLE_NODE_STROKE`
[INFO] [stdout]   --> src/visual/render/render_edge.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         IDLE_NODE_STROKE,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CONTROL_START`
[INFO] [stdout]  --> src/visual/toolbars/control_window.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | ...   BUTTON_SIZE, CONTROL_START, ICON_FONT_SIZE, OPTIONS_EXPORT, OPTIONS_HELP, OPTIONS_MENU, OPTIONS_RUN, OPTIONS_SAVE, OPTIONS_VALI...
[INFO] [stdout]   |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/canvas.rs:592:17
[INFO] [stdout]     |
[INFO] [stdout] 592 |                 1.0,
[INFO] [stdout]     |                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `-W float-literal-f32-fallback` implied by `-W future-incompatible`
[INFO] [stdout]     = help: to override `-W future-incompatible` add `#[allow(float_literal_f32_fallback)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:118:31
[INFO] [stdout]     |
[INFO] [stdout] 118 |             egui::Stroke::new(2.0, REGULAR_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |             egui::Stroke::new(2.5, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:128:31
[INFO] [stdout]     |
[INFO] [stdout] 128 |             egui::Stroke::new(2.5, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:133:31
[INFO] [stdout]     |
[INFO] [stdout] 133 |             egui::Stroke::new(3.0, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/canvas.rs:592:17
[INFO] [stdout]     |
[INFO] [stdout] 592 |                 1.0,
[INFO] [stdout]     |                 ^^^ help: explicitly specify the type as `f32`: `1.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout]     = note: `-W float-literal-f32-fallback` implied by `-W future-incompatible`
[INFO] [stdout]     = help: to override `-W future-incompatible` add `#[allow(float_literal_f32_fallback)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:118:31
[INFO] [stdout]     |
[INFO] [stdout] 118 |             egui::Stroke::new(2.0, REGULAR_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:123:31
[INFO] [stdout]     |
[INFO] [stdout] 123 |             egui::Stroke::new(2.5, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:128:31
[INFO] [stdout]     |
[INFO] [stdout] 128 |             egui::Stroke::new(2.5, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `2.5_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: falling back to `f32` as the trait bound `f32: From<f64>` is not satisfied
[INFO] [stdout]    --> src/visual/render/render_edge.rs:133:31
[INFO] [stdout]     |
[INFO] [stdout] 133 |             egui::Stroke::new(3.0, SELECTED_NODE_STROKE),
[INFO] [stdout]     |                               ^^^ help: explicitly specify the type as `f32`: `3.0_f32`
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #154024 <https://github.com/rust-lang/rust/issues/154024>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport`
[INFO] [stdout]   --> src/visual/toolbars/edge_control_window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     viewport: &ViewportState,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `current_project` and `current_project_mut` are never used
[INFO] [stdout]   --> src/app.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl App {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub fn current_project(&self) -> Option<&Project> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn current_project_mut(&mut self) -> Option<&mut Project> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MachineState` is never used
[INFO] [stdout]   --> src/core/tm.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum MachineState {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HaltReason` is never used
[INFO] [stdout]   --> src/core/tm.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub enum HaltReason {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `StepResult` is never used
[INFO] [stdout]   --> src/core/tm.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub enum StepResult {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SubmachineFrame` is never constructed
[INFO] [stdout]   --> src/core/tm.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct SubmachineFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_node`, `get_node_action`, `get_transition`, `get_edge`, and `set_name` are never used
[INFO] [stdout]    --> src/core/tm.rs:195:12
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl Submachine {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 195 |     pub fn get_node(&self, key: NodeKey) -> Option<&Node> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub fn get_node_action(&self, key: NodeKey) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     pub fn get_transition(&self, key: NodeKey, symbol: char) -> Option<NodeKey> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |     pub fn get_edge(&self, key: EdgeKey) -> Option<&Edge> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 |     pub fn set_name(&mut self, new_name: String) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `reset_tape` and `items` are never used
[INFO] [stdout]   --> src/core/tmcore.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Tape {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn reset_tape(&mut self) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn items(&self) -> &HashMap<i32, char> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write`, `right`, `word_right`, and `copy` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:119:8
[INFO] [stdout]     |
[INFO] [stdout] 116 | pub trait BasicCommands {
[INFO] [stdout]     |           ------------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 119 |     fn write(&mut self, value: char);
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 120 |     fn left(&mut self, power: u32);
[INFO] [stdout] 121 |     fn right(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 122 |     fn word_left(&mut self, power: u32);
[INFO] [stdout] 123 |     fn word_right(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 124 |     fn copy(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `delete_word_left`, `delete_word_right`, `skip_sequence_left`, `skip_sequence_right`, `shift_one_word_backwards`, and `copy_nth_word` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:136:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait AdvancedCommands: BasicCommands {
[INFO] [stdout]     |           ---------------- methods in this trait
[INFO] [stdout] 136 |     fn delete_word_left(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 137 |     fn delete_word_right(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 138 |     fn skip_sequence_left(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 139 |     fn skip_sequence_right(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     fn shift_one_word_backwards(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 143 |     fn copy_nth_word(&mut self, n: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `head_position`, `tape_items`, `reset_tape`, `write_at`, and `seek` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl TMCore {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 156 |     /// Creates a machine with the given alphabet and an empty tape.
[INFO] [stdout] 157 |     pub fn new(alphabet: Vec<char>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     pub fn head_position(&self) -> i32 {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn tape_items(&self) -> &HashMap<i32, char> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn reset_tape(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn write_at(&mut self, index: i32, ch: char) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub fn seek(&mut self, pos: i32) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `shift_node`, `shift_note`, `update_note_position_unsnapped`, `update_note_content`, and `get_note` are never used
[INFO] [stdout]    --> src/editor/layout.rs:140:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl GraphLayout {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn shift_node(&mut self, node_key: NodeKey, shift: LayoutPos) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn shift_note(&mut self, note_key: NoteKey, shift: LayoutPos) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     pub fn update_note_position_unsnapped(&mut self, note_key: NoteKey, new_position: LayoutPos) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn update_note_content(&mut self, note_key: NoteKey, content: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |     pub fn get_note(&self, note_key: NoteKey) -> Option<&Note> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `snap_position_to_grid` is never used
[INFO] [stdout]  --> src/editor/utils.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn snap_position_to_grid(position: LayoutPos, grid_size: f32) -> LayoutPos {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `editing_note` is never read
[INFO] [stdout]   --> src/editor/session.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct CanvasInteractionState {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub editing_note: Option<NoteKey>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CanvasInteractionState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty` and `single_note` are never used
[INFO] [stdout]   --> src/editor/session.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl SelectionState {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn single_note(&self) -> Option<NoteKey> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_left_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_right_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GRID_SIZE` is never used
[INFO] [stdout]  --> src/visual/render/mod.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(super) const GRID_SIZE: f32 = 50.0;
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Selected` and `Hovered` are never constructed
[INFO] [stdout]   --> src/visual/render/render_note.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum NoteMeta {
[INFO] [stdout]    |      -------- variants in this enum
[INFO] [stdout] 15 |     Idle,
[INFO] [stdout] 16 |     Selected,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 17 |     Hovered,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Page` is never used
[INFO] [stdout]   --> src/visual/toolbars/mod.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum Page {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Run` is never constructed
[INFO] [stdout]   --> src/visual/toolbars/control_window.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub enum ControlAction {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 63 |     Run,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 |     (left_node_shortcut, A),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:23:6
[INFO] [stdout]    |
[INFO] [stdout] 23 |     (right_node_shortcut, D),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:24:6
[INFO] [stdout]    |
[INFO] [stdout] 24 |     (word_left_node_shortcut, Q),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_word_left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 |     (word_right_node_shortcut, E),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_word_right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `link_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:26:6
[INFO] [stdout]    |
[INFO] [stdout] 26 |     (link_node_shortcut, S),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_link_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:27:6
[INFO] [stdout]    |
[INFO] [stdout] 27 |     (delete_node_shortcut, X),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `move_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |     (move_node_shortcut, V),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `space_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:29:6
[INFO] [stdout]    |
[INFO] [stdout] 29 |     (space_node_shortcut, W),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 |     (copy_node_shortcut, C),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_copy_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `submachine_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:31:6
[INFO] [stdout]    |
[INFO] [stdout] 31 |     (submachine_node_shortcut, M),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_submachine_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:32:6
[INFO] [stdout]    |
[INFO] [stdout] 32 |     (start_node_shortcut, T),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `end_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:33:6
[INFO] [stdout]    |
[INFO] [stdout] 33 |     (end_node_shortcut, G),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `note_node_shorcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:34:6
[INFO] [stdout]    |
[INFO] [stdout] 34 |     (note_node_shorcut, B)
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_note_node_shorcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TapeState` is never constructed
[INFO] [stdout]  --> src/visual/router.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct TapeState {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SaveProject` is never constructed
[INFO] [stdout]   --> src/visual/router.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum TinkerAction {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     SaveProject,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `LoadFromJson`, `LoadFromRam`, and `CloseProject` are never constructed
[INFO] [stdout]  --> src/project.rs:1:312
[INFO] [stdout]   |
[INFO] [stdout] 1 | use slotmap::SlotMap; use crate::{app::ProjectKey, core::{ValidatedAlphabet, tm::{Action, NodeKey, Submachine, SubmachineKey, TransitionSymbols}}, editor::{layout::GraphLayout, session::ViewportState}, persistence::{project_to_json::{self, ProjectBundle}}}; pub enum ProjectAction { LoadFromMemory(ProjectKey), LoadFromJson(ProjectKey), LoadFromRam(Pr...
[INFO] [stdout]   |                                                                                                                                                                                                                                                                            ------------- variants in this enum         ^^^^^^^^^^^^              ^^^^^^^^^^^
[INFO] [stdout] 2 |     CloseProject
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `entry_submachine` is never read
[INFO] [stdout]   --> src/project.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Project {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     entry_submachine: SubmachineKey,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RemoveSubmachineError` is never used
[INFO] [stdout]   --> src/project.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub enum RemoveSubmachineError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `remove_submachine` and `rename_project` are never used
[INFO] [stdout]    --> src/project.rs:99:12
[INFO] [stdout]     |
[INFO] [stdout]  58 | impl Project {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn remove_submachine(&mut self, id: SubmachineKey) -> Result<(), RemoveSubmachineError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn rename_project(&mut self, new_name: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `viewport`
[INFO] [stdout]   --> src/visual/toolbars/edge_control_window.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     viewport: &ViewportState,
[INFO] [stdout]    |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_viewport`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `current_project` and `current_project_mut` are never used
[INFO] [stdout]   --> src/app.rs:37:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl App {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 37 |     pub fn current_project(&self) -> Option<&Project> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn current_project_mut(&mut self) -> Option<&mut Project> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `MachineState` is never used
[INFO] [stdout]   --> src/core/tm.rs:12:10
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum MachineState {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `HaltReason` is never used
[INFO] [stdout]   --> src/core/tm.rs:20:10
[INFO] [stdout]    |
[INFO] [stdout] 20 | pub enum HaltReason {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `StepResult` is never used
[INFO] [stdout]   --> src/core/tm.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub enum StepResult {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SubmachineFrame` is never constructed
[INFO] [stdout]   --> src/core/tm.rs:54:12
[INFO] [stdout]    |
[INFO] [stdout] 54 | pub struct SubmachineFrame {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_node`, `get_node_action`, `get_transition`, `get_edge`, and `set_name` are never used
[INFO] [stdout]    --> src/core/tm.rs:195:12
[INFO] [stdout]     |
[INFO] [stdout] 178 | impl Submachine {
[INFO] [stdout]     | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 195 |     pub fn get_node(&self, key: NodeKey) -> Option<&Node> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub fn get_node_action(&self, key: NodeKey) -> Option<&Action> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 219 |     pub fn get_transition(&self, key: NodeKey, symbol: char) -> Option<NodeKey> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |     pub fn get_edge(&self, key: EdgeKey) -> Option<&Edge> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 260 |     pub fn set_name(&mut self, new_name: String) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `reset_tape` and `items` are never used
[INFO] [stdout]   --> src/core/tmcore.rs:20:8
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl Tape {
[INFO] [stdout]    | --------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 20 |     fn reset_tape(&mut self) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 |     pub fn items(&self) -> &HashMap<i32, char> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `delete_word_left`, `delete_word_right`, `skip_sequence_left`, `skip_sequence_right`, `shift_one_word_backwards`, and `copy_nth_word` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:136:8
[INFO] [stdout]     |
[INFO] [stdout] 135 | pub trait AdvancedCommands: BasicCommands {
[INFO] [stdout]     |           ---------------- methods in this trait
[INFO] [stdout] 136 |     fn delete_word_left(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 137 |     fn delete_word_right(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 138 |     fn skip_sequence_left(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 139 |     fn skip_sequence_right(&mut self, power: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     fn shift_one_word_backwards(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 143 |     fn copy_nth_word(&mut self, n: u32);
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `tape_items`, `reset_tape`, `write_at`, and `seek` are never used
[INFO] [stdout]    --> src/core/tmcore.rs:157:12
[INFO] [stdout]     |
[INFO] [stdout] 155 | impl TMCore {
[INFO] [stdout]     | ----------- associated items in this implementation
[INFO] [stdout] 156 |     /// Creates a machine with the given alphabet and an empty tape.
[INFO] [stdout] 157 |     pub fn new(alphabet: Vec<char>) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn tape_items(&self) -> &HashMap<i32, char> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 |     pub fn reset_tape(&mut self) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn write_at(&mut self, index: i32, ch: char) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub fn seek(&mut self, pos: i32) {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `shift_node`, `shift_note`, `update_note_position_unsnapped`, `update_note_content`, and `get_note` are never used
[INFO] [stdout]    --> src/editor/layout.rs:140:12
[INFO] [stdout]     |
[INFO] [stdout] 107 | impl GraphLayout {
[INFO] [stdout]     | ---------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 140 |     pub fn shift_node(&mut self, node_key: NodeKey, shift: LayoutPos) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 146 |     pub fn shift_note(&mut self, note_key: NoteKey, shift: LayoutPos) {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     pub fn update_note_position_unsnapped(&mut self, note_key: NoteKey, new_position: LayoutPos) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn update_note_content(&mut self, note_key: NoteKey, content: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 188 |     pub fn get_note(&self, note_key: NoteKey) -> Option<&Note> {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `snap_position_to_grid` is never used
[INFO] [stdout]  --> src/editor/utils.rs:3:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub fn snap_position_to_grid(position: LayoutPos, grid_size: f32) -> LayoutPos {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `editing_note` is never read
[INFO] [stdout]   --> src/editor/session.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct CanvasInteractionState {
[INFO] [stdout]    |            ---------------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub editing_note: Option<NoteKey>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CanvasInteractionState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `is_empty` and `single_note` are never used
[INFO] [stdout]   --> src/editor/session.rs:46:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl SelectionState {
[INFO] [stdout]    | ------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn single_note(&self) -> Option<NoteKey> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_left_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_right_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_node_description` is never used
[INFO] [stdout]   --> src/visual/mappings/descriptions.rs:8:20
[INFO] [stdout]    |
[INFO] [stdout]  8 |               pub fn [< $func_name _description >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 16 | / generate_desriptions!(
[INFO] [stdout] 17 | |     (left_node, "Moves head power cells to the left."),
[INFO] [stdout] 18 | |     (right_node, "Moves head power cells to the right."),
[INFO] [stdout] 19 | |     (word_left_node, "Moves head power words to the left."),
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     (end_node, "Exit point of each submachine.")
[INFO] [stdout] 30 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_desriptions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `GRID_SIZE` is never used
[INFO] [stdout]  --> src/visual/render/mod.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(super) const GRID_SIZE: f32 = 50.0;
[INFO] [stdout]   |                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Selected` and `Hovered` are never constructed
[INFO] [stdout]   --> src/visual/render/render_note.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | enum NoteMeta {
[INFO] [stdout]    |      -------- variants in this enum
[INFO] [stdout] 15 |     Idle,
[INFO] [stdout] 16 |     Selected,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 17 |     Hovered,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Page` is never used
[INFO] [stdout]   --> src/visual/toolbars/mod.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub enum Page {
[INFO] [stdout]    |          ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Run` is never constructed
[INFO] [stdout]   --> src/visual/toolbars/control_window.rs:63:5
[INFO] [stdout]    |
[INFO] [stdout] 59 | pub enum ControlAction {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 63 |     Run,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 |     (left_node_shortcut, A),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:23:6
[INFO] [stdout]    |
[INFO] [stdout] 23 |     (right_node_shortcut, D),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:24:6
[INFO] [stdout]    |
[INFO] [stdout] 24 |     (word_left_node_shortcut, Q),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_word_left_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `word_right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:25:6
[INFO] [stdout]    |
[INFO] [stdout] 25 |     (word_right_node_shortcut, E),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_word_right_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `link_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:26:6
[INFO] [stdout]    |
[INFO] [stdout] 26 |     (link_node_shortcut, S),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_link_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:27:6
[INFO] [stdout]    |
[INFO] [stdout] 27 |     (delete_node_shortcut, X),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `move_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 28 |     (move_node_shortcut, V),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `space_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:29:6
[INFO] [stdout]    |
[INFO] [stdout] 29 |     (space_node_shortcut, W),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `copy_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 30 |     (copy_node_shortcut, C),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_copy_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `submachine_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:31:6
[INFO] [stdout]    |
[INFO] [stdout] 31 |     (submachine_node_shortcut, M),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_submachine_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `start_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:32:6
[INFO] [stdout]    |
[INFO] [stdout] 32 |     (start_node_shortcut, T),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `end_node_shortcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:33:6
[INFO] [stdout]    |
[INFO] [stdout] 33 |     (end_node_shortcut, G),
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `note_node_shorcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:34:6
[INFO] [stdout]    |
[INFO] [stdout] 34 |     (note_node_shorcut, B)
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `text_note_node_shorcut` is never used
[INFO] [stdout]   --> src/visual/utils/shortcuts.rs:13:20
[INFO] [stdout]    |
[INFO] [stdout] 13 |               pub fn [< text_ $func_name >]() -> &'static str {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 | / generate_shortcuts!(
[INFO] [stdout] 22 | |     (left_node_shortcut, A),
[INFO] [stdout] 23 | |     (right_node_shortcut, D),
[INFO] [stdout] 24 | |     (word_left_node_shortcut, Q),
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     (note_node_shorcut, B)
[INFO] [stdout] 35 | | );
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `generate_shortcuts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TapeState` is never constructed
[INFO] [stdout]  --> src/visual/router.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct TapeState {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SaveProject` is never constructed
[INFO] [stdout]   --> src/visual/router.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum TinkerAction {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 21 |     SaveProject,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `LoadFromJson`, `LoadFromRam`, and `CloseProject` are never constructed
[INFO] [stdout]  --> src/project.rs:1:312
[INFO] [stdout]   |
[INFO] [stdout] 1 | use slotmap::SlotMap; use crate::{app::ProjectKey, core::{ValidatedAlphabet, tm::{Action, NodeKey, Submachine, SubmachineKey, TransitionSymbols}}, editor::{layout::GraphLayout, session::ViewportState}, persistence::{project_to_json::{self, ProjectBundle}}}; pub enum ProjectAction { LoadFromMemory(ProjectKey), LoadFromJson(ProjectKey), LoadFromRam(Pr...
[INFO] [stdout]   |                                                                                                                                                                                                                                                                            ------------- variants in this enum         ^^^^^^^^^^^^              ^^^^^^^^^^^
[INFO] [stdout] 2 |     CloseProject
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `entry_submachine` is never read
[INFO] [stdout]   --> src/project.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Project {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 45 |     entry_submachine: SubmachineKey,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RemoveSubmachineError` is never used
[INFO] [stdout]   --> src/project.rs:50:10
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub enum RemoveSubmachineError {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `remove_submachine` and `rename_project` are never used
[INFO] [stdout]    --> src/project.rs:99:12
[INFO] [stdout]     |
[INFO] [stdout]  58 | impl Project {
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  99 |     pub fn remove_submachine(&mut self, id: SubmachineKey) -> Result<(), RemoveSubmachineError> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 120 |     pub fn rename_project(&mut self, new_name: String) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `rfd`
[INFO] [stderr]   --> Cargo.toml:47:1
[INFO] [stderr]    |
[INFO] [stderr] 47 | rfd = "0.15"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `rfd`
[INFO] [stderr] warning: unused dependency `wasm-bindgen`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | wasm-bindgen = "0.2.120"
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the dependency on `wasm-bindgen`
[INFO] [stderr] warning: `tmtinker` (manifest) generated 2 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.32.3, glutin-winit v0.5.0, winit v0.30.13
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933", kill_on_drop: false }`
[INFO] [stdout] 6a9e5822335002fd5333a88bf10d55f1f8ce24726576c67a7ead960553717933
