[INFO] cloning repository https://github.com/TheSecondComing123/tiscord
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheSecondComing123/tiscord" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheSecondComing123%2Ftiscord", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheSecondComing123%2Ftiscord'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8cd1361c877ba3495cb4d0efbcac3ec6c4cda4f6
[INFO] checking TheSecondComing123/tiscord against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheSecondComing123%2Ftiscord" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TheSecondComing123/tiscord
[INFO] finished tweaking git repo https://github.com/TheSecondComing123/tiscord
[INFO] tweaked toml for git repo https://github.com/TheSecondComing123/tiscord written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TheSecondComing123/tiscord on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TheSecondComing123/tiscord 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded twilight-http-ratelimiting v0.17.1
[INFO] [stderr]   Downloaded twilight-gateway-queue v0.17.0
[INFO] [stderr]   Downloaded twilight-validate v0.17.0
[INFO] [stderr]   Downloaded twilight-cache-inmemory v0.17.1
[INFO] [stderr]   Downloaded twilight-model v0.17.1
[INFO] [stderr]   Downloaded rustls-webpki v0.103.10
[INFO] [stderr]   Downloaded iri-string v0.7.11
[INFO] [stderr]   Downloaded aws-lc-rs v1.16.2
[INFO] [stderr]   Downloaded notify-rust v4.12.0
[INFO] [stderr]   Downloaded zune-jpeg v0.5.14
[INFO] [stderr]   Downloaded aws-lc-sys v0.39.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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] fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7
[INFO] running `Command { std: "docker" "start" "fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7", 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" "fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7", 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" "fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7" "/opt/rustwide/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "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 aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]     Checking lru v0.16.3
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking piper v0.2.5
[INFO] [stderr]     Checking line-clipping v0.3.5
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]     Checking async-executor v1.14.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking iri-string v0.7.11
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling aws-lc-sys v0.39.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking zune-jpeg v0.5.14
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking fuzzy-matcher v0.3.7
[INFO] [stderr]     Checking keyring v3.6.3
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking async-signal v0.2.13
[INFO] [stderr]     Checking async-process v2.5.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking ratatui-core v0.1.0
[INFO] [stderr]    Compiling zvariant_utils v3.3.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking ratatui-widgets v0.3.0
[INFO] [stderr]     Checking ratatui-crossterm v0.1.0
[INFO] [stderr]     Checking tracing-appender v0.2.4
[INFO] [stderr]     Checking twilight-model v0.17.1
[INFO] [stderr]    Compiling zvariant_derive v5.10.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking ratatui-macros v0.7.0
[INFO] [stderr]     Checking ratatui v0.30.0
[INFO] [stderr]    Compiling zvariant v5.10.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking twilight-gateway-queue v0.17.0
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking twilight-http-ratelimiting v0.17.1
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking zbus_names v4.3.1
[INFO] [stderr]    Compiling zbus_macros v5.14.0
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking zbus v5.14.0
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-websockets v0.13.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking notify-rust v4.12.0
[INFO] [stderr]     Checking twilight-validate v0.17.0
[INFO] [stderr]     Checking twilight-cache-inmemory v0.17.1
[INFO] [stderr]     Checking twilight-http v0.17.1 (/opt/rustwide/workdir/patches/twilight-http)
[INFO] [stderr]     Checking twilight-gateway v0.17.1 (/opt/rustwide/workdir/patches/twilight-gateway)
[INFO] [stderr]     Checking tiscord v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/token_file.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 | use ring::aead::{self, Aad, LessSafeKey, Nonce, UnboundKey, AES_256_GCM};
[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: `crate::tui::keybindings::KeyAction`
[INFO] [stdout]   --> src/tui/components/member_sidebar.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::tui::keybindings::KeyAction;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `self`
[INFO] [stdout]   --> src/token_file.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 | use ring::aead::{self, Aad, LessSafeKey, Nonce, UnboundKey, AES_256_GCM};
[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: `crate::tui::keybindings::KeyAction`
[INFO] [stdout]   --> src/tui/components/member_sidebar.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::tui::keybindings::KeyAction;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `terminal_caps` is never read
[INFO] [stdout]   --> src/app.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct App {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub terminal_caps: TerminalCapabilities,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `images` is never read
[INFO] [stdout]    --> src/config.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct Config {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub images: ImagesConfig,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Config` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `message_id` is never read
[INFO] [stdout]   --> src/discord/actions.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     NavigateToSearchResult {
[INFO] [stdout]    |     ---------------------- field in this variant
[INFO] [stdout] 69 |         channel_id: Id<ChannelMarker>,
[INFO] [stdout] 70 |         message_id: Id<MessageMarker>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Action` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/discord/actions.rs:43:5
[INFO] [stdout]     |
[INFO] [stdout]  11 | pub enum Action {
[INFO] [stdout]     |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  43 |     RemoveReaction {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  52 |     PinMessage {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     UnpinMessage {
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  73 |     OpenThread {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     FetchImage {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     BlockUser {
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     UnblockUser {
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     KickMember {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     BanMember {
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     TimeoutMember {
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     BulkDeleteMessages {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     FetchAuditLog {
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Action` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `session_id` and `resume_url` are never read
[INFO] [stdout]   --> src/discord/events.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     UserReady {
[INFO] [stdout]    |     --------- fields in this variant
[INFO] [stdout] ...
[INFO] [stdout] 50 |         session_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 51 |         resume_url: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DiscordEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `guild_id` is never read
[INFO] [stdout]    --> src/discord/events.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     ThreadListSync {
[INFO] [stdout]     |     -------------- field in this variant
[INFO] [stdout] 111 |         guild_id: twilight_model::id::Id<GuildMarker>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscordEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `channel_id` is never read
[INFO] [stdout]    --> src/discord/events.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |     FileUploaded {
[INFO] [stdout]     |     ------------ field in this variant
[INFO] [stdout] 138 |         channel_id: Id<ChannelMarker>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscordEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `DmChannelsLoaded` is never constructed
[INFO] [stdout]    --> src/discord/events.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub enum DiscordEvent {
[INFO] [stdout]     |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 124 |     DmChannelsLoaded {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscordEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `action_type`, `user_name`, `target`, and `reason` are never read
[INFO] [stdout]    --> src/discord/events.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub struct AuditLogEntry {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 150 |     pub action_type: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 151 |     pub user_name: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 152 |     pub target: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 153 |     pub reason: Option<String>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuditLogEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `user_notes` is never read
[INFO] [stdout]    --> src/store/mod.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout]  92 | pub struct Store {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub user_notes: notes::UserNotes,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `icon` is never read
[INFO] [stdout]  --> src/store/guilds.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct GuildInfo {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     pub icon: Option<String>,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `GuildInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `protocol_data`, `width`, and `height` are never read
[INFO] [stdout]  --> src/store/images.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct CachedImage {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 5 |     pub protocol_data: Vec<u8>,
[INFO] [stdout]   |         ^^^^^^^^^^^^^
[INFO] [stdout] 6 |     pub width: u16,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 7 |     pub height: u16,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CachedImage` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get` and `contains` are never used
[INFO] [stdout]   --> src/store/images.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl ImageCache {
[INFO] [stdout]    | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 25 |     pub fn get(&mut self, url: &str) -> Option<&CachedImage> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn contains(&self, url: &str) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `save`, `get`, `set`, and `remove` are never used
[INFO] [stdout]   --> src/store/notes.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl UserNotes {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn save(&self) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub fn get(&self, user_id: Id<UserMarker>) -> Option<&str> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn set(&mut self, user_id: Id<UserMarker>, note: String) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn remove(&mut self, user_id: Id<UserMarker>) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GuildMemberProfile` is never constructed
[INFO] [stdout]   --> src/store/profiles.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct GuildMemberProfile {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `cleanup` is never used
[INFO] [stdout]   --> src/store/profiles.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | impl ProfileCache {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 70 |     pub fn cleanup(&mut self) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `display` is never used
[INFO] [stdout]   --> src/store/state.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl OwnStatus {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn display(self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Channel`, `SearchContext`, and `PinContext` are never constructed
[INFO] [stdout]   --> src/store/state.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub enum PaneView {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout] 45 |     Channel(Id<ChannelMarker>),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 46 |     Thread { parent_channel: Id<ChannelMarker>, thread_id: Id<ChannelMarker> },
[INFO] [stdout] 47 |     SearchContext { channel_id: Id<ChannelMarker>, message_id: Id<MessageMarker>, query: String },
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 48 |     PinContext { channel_id: Id<ChannelMarker>, message_id: Id<MessageMarker> },
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PaneView` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sidebar_scroll_offset` and `selected_message_timestamp` are never read
[INFO] [stdout]   --> src/store/state.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct UiState {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub sidebar_scroll_offset: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub selected_message_timestamp: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `UiState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_preview` is never read
[INFO] [stdout]    --> src/store/state.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout]  98 | pub struct ReplyTarget {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub content_preview: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ReplyTarget` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `color` is never read
[INFO] [stdout]   --> src/tui/components/server_list.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 |     FolderHeader { name: String, color: Option<u32> },
[INFO] [stdout]    |     ------------                 ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ListEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_selected_timestamp` is never used
[INFO] [stdout]   --> src/tui/components/message_list.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl MessageList {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn get_selected_timestamp(&self, store: &Store) -> Option<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_message` is never used
[INFO] [stdout]   --> src/tui/components/message.rs:15:8
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub fn render_message(msg: &StoredMessage, _width: u16) -> Vec<Line<'static>> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `render_message_with_thread` is never used
[INFO] [stdout]   --> src/tui/components/message.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn render_message_with_thread(msg: &StoredMessage, _width: u16, thread: Option<&ThreadInfo>, supports_images: bool) -> Vec<Line<...
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `OpenEmojiPicker` and `OpenProfileOverlay` are never constructed
[INFO] [stdout]   --> src/tui/keybindings.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum KeyAction {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 10 |     OpenEmojiPicker,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     /// Open the profile overlay for the given user.
[INFO] [stdout] 12 |     OpenProfileOverlay {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `KeyAction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `accent` is never used
[INFO] [stdout]   --> src/tui/theme.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn accent() -> Style {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bold` is never used
[INFO] [stdout]   --> src/tui/theme.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn bold() -> Style {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `terminal_caps` is never read
[INFO] [stdout]   --> src/app.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct App {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 40 |     pub terminal_caps: TerminalCapabilities,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `images` is never read
[INFO] [stdout]    --> src/config.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 109 | pub struct Config {
[INFO] [stdout]     |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 115 |     pub images: ImagesConfig,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Config` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `message_id` is never read
[INFO] [stdout]   --> src/discord/actions.rs:70:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     NavigateToSearchResult {
[INFO] [stdout]    |     ---------------------- field in this variant
[INFO] [stdout] 69 |         channel_id: Id<ChannelMarker>,
[INFO] [stdout] 70 |         message_id: Id<MessageMarker>,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Action` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]    --> src/discord/actions.rs:43:5
[INFO] [stdout]     |
[INFO] [stdout]  11 | pub enum Action {
[INFO] [stdout]     |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  43 |     RemoveReaction {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  52 |     PinMessage {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  56 |     UnpinMessage {
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  73 |     OpenThread {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  83 |     FetchImage {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 123 |     BlockUser {
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     UnblockUser {
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     KickMember {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 137 |     BanMember {
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 142 |     TimeoutMember {
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |     BulkDeleteMessages {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 153 |     FetchAuditLog {
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Action` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `session_id` and `resume_url` are never read
[INFO] [stdout]   --> src/discord/events.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     UserReady {
[INFO] [stdout]    |     --------- fields in this variant
[INFO] [stdout] ...
[INFO] [stdout] 50 |         session_id: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 51 |         resume_url: String,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DiscordEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `guild_id` is never read
[INFO] [stdout]    --> src/discord/events.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     ThreadListSync {
[INFO] [stdout]     |     -------------- field in this variant
[INFO] [stdout] 111 |         guild_id: twilight_model::id::Id<GuildMarker>,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscordEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `channel_id` is never read
[INFO] [stdout]    --> src/discord/events.rs:138:9
[INFO] [stdout]     |
[INFO] [stdout] 137 |     FileUploaded {
[INFO] [stdout]     |     ------------ field in this variant
[INFO] [stdout] 138 |         channel_id: Id<ChannelMarker>,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscordEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `DmChannelsLoaded` is never constructed
[INFO] [stdout]    --> src/discord/events.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub enum DiscordEvent {
[INFO] [stdout]     |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 124 |     DmChannelsLoaded {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `DiscordEvent` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `action_type`, `user_name`, `target`, and `reason` are never read
[INFO] [stdout]    --> src/discord/events.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 149 | pub struct AuditLogEntry {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 150 |     pub action_type: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 151 |     pub user_name: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 152 |     pub target: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 153 |     pub reason: Option<String>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuditLogEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `user_notes` is never read
[INFO] [stdout]    --> src/store/mod.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout]  92 | pub struct Store {
[INFO] [stdout]     |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub user_notes: notes::UserNotes,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `icon` is never read
[INFO] [stdout]  --> src/store/guilds.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct GuildInfo {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     pub icon: Option<String>,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `GuildInfo` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `width` and `height` are never read
[INFO] [stdout]  --> src/store/images.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct CachedImage {
[INFO] [stdout]   |            ----------- fields in this struct
[INFO] [stdout] 5 |     pub protocol_data: Vec<u8>,
[INFO] [stdout] 6 |     pub width: u16,
[INFO] [stdout]   |         ^^^^^
[INFO] [stdout] 7 |     pub height: u16,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `CachedImage` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `remove` is never used
[INFO] [stdout]   --> src/store/notes.rs:57:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl UserNotes {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 57 |     pub fn remove(&mut self, user_id: Id<UserMarker>) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `GuildMemberProfile` is never constructed
[INFO] [stdout]   --> src/store/profiles.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct GuildMemberProfile {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `display` is never used
[INFO] [stdout]   --> src/store/state.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl OwnStatus {
[INFO] [stdout]    | -------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn display(self) -> &'static str {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Channel`, `SearchContext`, and `PinContext` are never constructed
[INFO] [stdout]   --> src/store/state.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub enum PaneView {
[INFO] [stdout]    |          -------- variants in this enum
[INFO] [stdout] 45 |     Channel(Id<ChannelMarker>),
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 46 |     Thread { parent_channel: Id<ChannelMarker>, thread_id: Id<ChannelMarker> },
[INFO] [stdout] 47 |     SearchContext { channel_id: Id<ChannelMarker>, message_id: Id<MessageMarker>, query: String },
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 48 |     PinContext { channel_id: Id<ChannelMarker>, message_id: Id<MessageMarker> },
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PaneView` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sidebar_scroll_offset` and `selected_message_timestamp` are never read
[INFO] [stdout]   --> src/store/state.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 73 | pub struct UiState {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 79 |     pub sidebar_scroll_offset: usize,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 88 |     pub selected_message_timestamp: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `UiState` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_preview` is never read
[INFO] [stdout]    --> src/store/state.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout]  98 | pub struct ReplyTarget {
[INFO] [stdout]     |            ----------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub content_preview: String,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ReplyTarget` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `color` is never read
[INFO] [stdout]   --> src/tui/components/server_list.rs:16:34
[INFO] [stdout]    |
[INFO] [stdout] 16 |     FolderHeader { name: String, color: Option<u32> },
[INFO] [stdout]    |     ------------                 ^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ListEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `get_selected_timestamp` is never used
[INFO] [stdout]   --> src/tui/components/message_list.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 56 | impl MessageList {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub fn get_selected_timestamp(&self, store: &Store) -> Option<String> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `OpenEmojiPicker` and `OpenProfileOverlay` are never constructed
[INFO] [stdout]   --> src/tui/keybindings.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | pub enum KeyAction {
[INFO] [stdout]    |          --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 10 |     OpenEmojiPicker,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 11 |     /// Open the profile overlay for the given user.
[INFO] [stdout] 12 |     OpenProfileOverlay {
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `KeyAction` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `accent` is never used
[INFO] [stdout]   --> src/tui/theme.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub fn accent() -> Style {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bold` is never used
[INFO] [stdout]   --> src/tui/theme.rs:32:8
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub fn bold() -> Style {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `twilight-cache-inmemory`
[INFO] [stderr]   --> Cargo.toml:15:1
[INFO] [stderr]    |
[INFO] [stderr] 15 | twilight-cache-inmemory = "0.17"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `twilight-cache-inmemory`
[INFO] [stderr] warning: `tiscord` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
[INFO] running `Command { std: "docker" "inspect" "fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7", kill_on_drop: false }`
[INFO] [stdout] fd02c641896e026958afe39630770d5c705d902a6bd98db1df4bbe57bd8765f7
