[INFO] cloning repository https://github.com/pleme-io/namimado [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pleme-io/namimado" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleme-io%2Fnamimado", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleme-io%2Fnamimado'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4b0ad67a1c4576abb2d62a024956aa2816a2a133 [INFO] checking pleme-io/namimado against try#b10dae361a61486cfbdcd3aae3877ee17e00d192 for pr-153912 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleme-io%2Fnamimado" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/pleme-io/namimado [INFO] finished tweaking git repo https://github.com/pleme-io/namimado [INFO] tweaked toml for git repo https://github.com/pleme-io/namimado written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pleme-io/namimado on toolchain b10dae361a61486cfbdcd3aae3877ee17e00d192 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b10dae361a61486cfbdcd3aae3877ee17e00d192" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/pleme-io/namimado 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" "+b10dae361a61486cfbdcd3aae3877ee17e00d192" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b10dae361a61486cfbdcd3aae3877ee17e00d192" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e007facc363f649706f3ee8b656e91753cb8f138c179bb13a90c87915acd1c6 [INFO] running `Command { std: "docker" "start" "-a" "9e007facc363f649706f3ee8b656e91753cb8f138c179bb13a90c87915acd1c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e007facc363f649706f3ee8b656e91753cb8f138c179bb13a90c87915acd1c6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e007facc363f649706f3ee8b656e91753cb8f138c179bb13a90c87915acd1c6", kill_on_drop: false }` [INFO] [stdout] 9e007facc363f649706f3ee8b656e91753cb8f138c179bb13a90c87915acd1c6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b10dae361a61486cfbdcd3aae3877ee17e00d192" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fabc350153b9afeb9c46adef31051283af0873d28d727fca3669ea77d8c9961b [INFO] running `Command { std: "docker" "start" "-a" "fabc350153b9afeb9c46adef31051283af0873d28d727fca3669ea77d8c9961b", kill_on_drop: false }` [INFO] [stderr] Compiling portable-atomic v1.13.1 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Compiling wayland-sys v0.31.10 [INFO] [stderr] Compiling quick-xml v0.39.2 [INFO] [stderr] Checking dlib v0.5.3 [INFO] [stderr] Compiling wayland-backend v0.3.14 [INFO] [stderr] Compiling wayland-client v0.31.13 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Checking yoke v0.8.1 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Checking zerovec v0.11.5 [INFO] [stderr] Checking zerotrie v0.2.3 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Checking getrandom v0.3.4 [INFO] [stderr] Compiling smartstring v1.0.1 [INFO] [stderr] Checking tiny-skia-path v0.11.4 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking tokio v1.50.0 [INFO] [stderr] Checking memmap2 v0.9.10 [INFO] [stderr] Compiling schemars v0.8.22 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Compiling rmcp v0.15.0 [INFO] [stderr] Compiling winit v0.30.13 [INFO] [stderr] Compiling schemars_derive v0.8.22 [INFO] [stderr] Checking tiny-skia v0.11.4 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling rhai_codegen v3.1.0 [INFO] [stderr] Checking thin-vec v0.2.14 [INFO] [stderr] Compiling wayland-scanner v0.31.9 [INFO] [stderr] Checking tinystr v0.8.2 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking icu_locale_core v2.1.1 [INFO] [stderr] Checking potential_utf v0.1.4 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking icu_collections v2.1.1 [INFO] [stderr] Checking x11rb-protocol v0.13.2 [INFO] [stderr] Compiling pastey v0.2.1 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Checking icu_provider v2.1.1 [INFO] [stderr] Checking xkbcommon-dl v0.4.2 [INFO] [stderr] Checking schemars v1.2.1 [INFO] [stderr] Checking x11-dl v2.21.0 [INFO] [stderr] Checking raw-window-handle v0.6.2 [INFO] [stderr] Checking icu_normalizer v2.1.1 [INFO] [stderr] Checking icu_properties v2.1.2 [INFO] [stderr] Checking dpi v0.1.2 [INFO] [stderr] Checking const-random v0.1.18 [INFO] [stderr] Checking smol_str v0.2.2 [INFO] [stderr] Checking uuid v1.22.0 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking awase v0.1.0 (https://github.com/pleme-io/awase#53b6800f) [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Compiling rmcp-macros v0.15.0 [INFO] [stderr] Checking polling v3.11.0 [INFO] [stderr] Checking gethostname v1.1.0 [INFO] [stderr] Checking rhai v1.24.0 [INFO] [stderr] Checking calloop v0.13.0 [INFO] [stderr] Checking wayland-csd-frame v0.3.0 [INFO] [stderr] Checking wayland-protocols v0.32.11 [INFO] [stderr] Checking wayland-cursor v0.31.13 [INFO] [stderr] Checking calloop-wayland-source v0.3.0 [INFO] [stderr] Checking wayland-protocols-wlr v0.3.11 [INFO] [stderr] Checking wayland-protocols-plasma v0.3.11 [INFO] [stderr] Checking x11rb v0.13.2 [INFO] [stderr] Checking kaname v0.1.0 (https://github.com/pleme-io/kaname#b4191107) [INFO] [stderr] Checking smithay-client-toolkit v0.19.2 [INFO] [stderr] Checking sctk-adwaita v0.10.1 [INFO] [stderr] Checking soushi v0.1.0 (https://github.com/pleme-io/soushi#a63a224c) [INFO] [stderr] Checking namimado v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `history` and `initial_url` are never read [INFO] [stdout] --> src/app.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct App { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 34 | pub history: HistoryManager, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | initial_url: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `handle_ipc` and `update_autocomplete` are never used [INFO] [stdout] --> src/app.rs:108:12 [INFO] [stdout] | [INFO] [stdout] 58 | impl App { [INFO] [stdout] | -------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 108 | pub fn handle_ipc(&mut self, message: IpcMessage) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 364 | pub fn update_autocomplete(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `with_folder` and `with_tags` are never used [INFO] [stdout] --> src/browser/bookmark.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 21 | impl Bookmark { [INFO] [stdout] | ------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 35 | pub fn with_folder(mut self, folder: impl Into) -> Self { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn with_tags(mut self, tags: Vec) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/browser/bookmark.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 66 | impl BookmarkManager { [INFO] [stdout] | -------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 115 | pub fn move_to_folder(&mut self, url: &Url, folder: Option) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | pub fn create_folder(&mut self, path: impl Into) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | pub fn remove_folder(&mut self, path: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 142 | pub fn list(&self, folder: Option<&str>) -> Vec<&Bookmark> { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 154 | pub fn search(&self, query: &str) -> Vec<&Bookmark> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 170 | pub fn bar_bookmarks(&self) -> Vec<&Bookmark> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 179 | pub fn folders(&self) -> &[BookmarkFolder] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 185 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 191 | pub fn is_empty(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `next` and `as_u64` are never used [INFO] [stdout] --> src/browser/download.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl DownloadId { [INFO] [stdout] | --------------- associated items in this implementation [INFO] [stdout] 11 | /// Generate a fresh download id. [INFO] [stdout] 12 | pub fn next() -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn as_u64(self) -> u64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `is_finished` is never used [INFO] [stdout] --> src/browser/download.rs:51:12 [INFO] [stdout] | [INFO] [stdout] 42 | impl DownloadState { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 51 | pub fn is_finished(self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `progress`, and `progress_text` are never used [INFO] [stdout] --> src/browser/download.rs:86:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl Download { [INFO] [stdout] | ------------- associated items in this implementation [INFO] [stdout] 85 | /// Create a new pending download. [INFO] [stdout] 86 | pub fn new(url: Url, filename: impl Into, path: PathBuf) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn progress(&self) -> Option { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | pub fn progress_text(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `download_dir` is never read [INFO] [stdout] --> src/browser/download.rs:134:9 [INFO] [stdout] | [INFO] [stdout] 130 | pub struct DownloadManager { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 134 | pub download_dir: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DownloadManager` 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 methods are never used [INFO] [stdout] --> src/browser/download.rs:150:12 [INFO] [stdout] | [INFO] [stdout] 139 | impl DownloadManager { [INFO] [stdout] | -------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 150 | pub fn start_download(&mut self, url: Url, filename: impl Into) -> DownloadId { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 161 | pub fn update_progress( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | pub fn complete(&mut self, id: DownloadId) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 187 | pub fn fail(&mut self, id: DownloadId, error: impl Into) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 196 | pub fn cancel(&mut self, id: DownloadId) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | pub fn pause(&mut self, id: DownloadId) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 215 | pub fn resume(&mut self, id: DownloadId) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 225 | pub fn get(&self, id: DownloadId) -> Option<&Download> { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | pub fn get_mut(&mut self, id: DownloadId) -> Option<&mut Download> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 236 | pub fn active(&self) -> Vec<&Download> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | pub fn completed(&self) -> Vec<&Download> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | pub fn all(&self) -> &[Download] { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | pub fn clear_finished(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 273 | pub fn remove(&mut self, id: DownloadId) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `format_bytes` is never used [INFO] [stdout] --> src/browser/download.rs:295:4 [INFO] [stdout] | [INFO] [stdout] 295 | fn format_bytes(bytes: u64) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/browser/history.rs:38:12 [INFO] [stdout] | [INFO] [stdout] 27 | impl HistoryManager { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 38 | pub fn record_visit(&mut self, title: impl Into, url: Url) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 69 | pub fn search(&self, query: &str) -> Vec<&HistoryEntry> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | pub fn recent(&self, count: usize) -> &[HistoryEntry] { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 89 | pub fn entries_for_date(&self, date: &str) -> Vec<&HistoryEntry> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | pub fn most_visited(&self, count: usize) -> Vec<&HistoryEntry> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 109 | pub fn clear(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | pub fn clear_before(&mut self, timestamp: i64) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 119 | pub fn remove_url(&mut self, url: &Url) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 125 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | pub fn is_empty(&self) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | pub fn entries(&self) -> &[HistoryEntry] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 144 | pub fn autocomplete(&self, prefix: &str) -> Vec<&HistoryEntry> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_u64` is never used [INFO] [stdout] --> src/browser/tab.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl TabId { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn as_u64(self) -> u64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `address_selected` is never read [INFO] [stdout] --> src/browser/tab.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct Tab { [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 60 | pub address_selected: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Tab` 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 `duplicate`, `back_history_len`, and `forward_history_len` are never used [INFO] [stdout] --> src/browser/tab.rs:127:12 [INFO] [stdout] | [INFO] [stdout] 69 | impl Tab { [INFO] [stdout] | -------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 127 | pub fn duplicate(&self) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 133 | pub fn back_history_len(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 139 | pub fn forward_history_len(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `title` is never read [INFO] [stdout] --> src/browser/tabs.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ClosedTab { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 11 | pub title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ClosedTab` 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 `len`, `closed_tabs`, `switch_to`, `get_tab`, `get_tab_mut`, and `pinned_count` are never used [INFO] [stdout] --> src/browser/tabs.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 30 | impl TabManager { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 140 | pub fn closed_tabs(&self) -> &[ClosedTab] { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 145 | pub fn switch_to(&mut self, id: TabId) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 196 | pub fn get_tab(&self, id: TabId) -> Option<&Tab> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 201 | pub fn get_tab_mut(&mut self, id: TabId) -> Option<&mut Tab> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | pub fn pinned_count(&self) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `search_focused` is never read [INFO] [stdout] --> src/chrome/sidebar.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Sidebar { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | pub search_focused: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Sidebar` 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 methods are never used [INFO] [stdout] --> src/chrome/sidebar.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 39 | impl Sidebar { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 66 | pub fn hide(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | pub fn switch_panel(&mut self, panel: SidebarPanel) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 78 | pub fn set_search(&mut self, text: &str) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | pub fn clear_search(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | pub fn scroll_down(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 95 | pub fn scroll_up(&mut self) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 101 | pub fn filtered_bookmarks<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | pub fn filtered_history<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | pub fn download_list<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Secure`, `Insecure`, and `Mixed` are never constructed [INFO] [stdout] --> src/chrome/statusbar.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub enum SecurityLevel { [INFO] [stdout] | ------------- variants in this enum [INFO] [stdout] 6 | /// The page is loaded over HTTPS with a valid certificate. [INFO] [stdout] 7 | Secure, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 8 | /// The page is loaded over HTTP (no encryption). [INFO] [stdout] 9 | Insecure, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 10 | /// The page has mixed content (HTTPS page with HTTP subresources). [INFO] [stdout] 11 | Mixed, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SecurityLevel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `from_url` is never used [INFO] [stdout] --> src/chrome/statusbar.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl SecurityLevel { [INFO] [stdout] | ------------------ associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn from_url(url: &Url) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `on_load_start`, `on_progress`, `on_load_end`, and `set_hover_url` are never used [INFO] [stdout] --> src/chrome/statusbar.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 56 | impl StatusBar { [INFO] [stdout] | -------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn on_load_start(&mut self, url: &Url) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn on_progress(&mut self, fraction: f32) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 79 | pub fn on_load_end(&mut self, url: &Url) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | pub fn set_hover_url(&mut self, url: Option) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `title` and `source` are never read [INFO] [stdout] --> src/chrome/toolbar.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct AddressSuggestion { [INFO] [stdout] | ----------------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 35 | pub title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 36 | /// Source of the suggestion (history, bookmark, or search). [INFO] [stdout] 37 | pub source: SuggestionSource, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AddressSuggestion` 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: variants `History`, `Bookmark`, and `Search` are never constructed [INFO] [stdout] --> src/chrome/toolbar.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub enum SuggestionSource { [INFO] [stdout] | ---------------- variants in this enum [INFO] [stdout] 43 | History, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 44 | Bookmark, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 45 | Search, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SuggestionSource` 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 `handle_input` and `set_suggestions` are never used [INFO] [stdout] --> src/chrome/toolbar.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 87 | impl Toolbar { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 135 | pub fn handle_input(&mut self, text: &str) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 141 | pub fn set_suggestions(&mut self, suggestions: Vec) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `search_url` is never used [INFO] [stdout] --> src/config.rs:204:12 [INFO] [stdout] | [INFO] [stdout] 160 | impl NamimadoConfig { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 204 | pub fn search_url(&self, query: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `KeyBinding` is never constructed [INFO] [stdout] --> src/input/keybindings.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct KeyBinding { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `default_bindings` is never used [INFO] [stdout] --> src/input/keybindings.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn default_bindings() -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/input/keybindings.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 33 | pub enum BrowserAction { [INFO] [stdout] | ------------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 41 | DuplicateTab, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 42 | PinTab, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | Stop, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | ToggleSidebar, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 62 | ShowHistory, [INFO] [stdout] 63 | ShowDownloads, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | ToggleVimMode, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | ToggleFullscreen, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | ToggleDevTools, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BrowserAction` 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 `enter_insert_mode` and `enter_normal_mode` are never used [INFO] [stdout] --> src/input/keybindings.rs:293:12 [INFO] [stdout] | [INFO] [stdout] 111 | impl KeybindingManager { [INFO] [stdout] | ---------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 293 | pub fn enter_insert_mode(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 300 | pub fn enter_normal_mode(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `IpcMessage` is never used [INFO] [stdout] --> src/ipc/bridge.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | pub enum IpcMessage { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `IpcBridge` is never constructed [INFO] [stdout] --> src/ipc/bridge.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct IpcBridge { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `push_incoming`, `drain_incoming`, and `js_init_script` are never used [INFO] [stdout] --> src/ipc/bridge.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 44 | impl IpcBridge { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] 45 | /// Create a new IPC bridge. [INFO] [stdout] 46 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn push_incoming(&mut self, message: IpcMessage) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn drain_incoming(&mut self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 65 | pub fn js_init_script() -> &'static str { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/render/chrome.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct ChromeFrame { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 18 | /// Computed layout rectangles. [INFO] [stdout] 19 | pub layout: ChromeLayout, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub address_text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 28 | pub address_focused: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 29 | pub back_enabled: bool, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 30 | pub forward_enabled: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 31 | pub loading: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 32 | pub is_bookmarked: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 33 | pub active_downloads: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | pub sidebar_panel: SidebarPanel, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | pub status_text: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 41 | pub security_label: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 42 | pub progress: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ChromeFrame` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `title`, `pinned`, `loading`, and `active` are never read [INFO] [stdout] --> src/render/chrome.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct TabEntry { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 48 | pub title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 49 | pub pinned: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 50 | pub loading: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 51 | pub active: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TabEntry` 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 `right` and `contains` are never used [INFO] [stdout] --> src/render/layout.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl Rect { [INFO] [stdout] | --------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 30 | pub fn right(&self) -> f32 { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn contains(&self, px: f32, py: f32) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `tab_bar`, `toolbar`, `bookmark_bar`, `sidebar`, `content`, and `status_bar` are never read [INFO] [stdout] --> src/render/layout.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 55 | pub struct ChromeLayout { [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 56 | /// The tab bar area at the top. [INFO] [stdout] 57 | pub tab_bar: Rect, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 58 | /// The toolbar (address bar, nav buttons) below the tab bar. [INFO] [stdout] 59 | pub toolbar: Rect, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 60 | /// The bookmark bar below the toolbar (may be zero-height if hidden). [INFO] [stdout] 61 | pub bookmark_bar: Rect, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 62 | /// The sidebar panel (may be zero-width if hidden). [INFO] [stdout] 63 | pub sidebar: Rect, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 64 | /// The web content area (the remaining space). [INFO] [stdout] 65 | pub content: Rect, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 66 | /// The status bar at the bottom. [INFO] [stdout] 67 | pub status_bar: Rect, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ChromeLayout` 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: enum `ScriptEvent` is never used [INFO] [stdout] --> src/scripting.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | pub enum ScriptEvent { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `NamimadoScriptEngine` is never constructed [INFO] [stdout] --> src/scripting.rs:23:12 [INFO] [stdout] | [INFO] [stdout] 23 | pub struct NamimadoScriptEngine { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ScriptAction` is never used [INFO] [stdout] --> src/scripting.rs:31:10 [INFO] [stdout] | [INFO] [stdout] 31 | pub enum ScriptAction { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new`, `load_user_scripts`, `fire_event`, and `drain_actions` are never used [INFO] [stdout] --> src/scripting.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl NamimadoScriptEngine { [INFO] [stdout] | ------------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | pub fn load_user_scripts(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn fire_event(&self, event: &ScriptEvent) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 122 | pub fn drain_actions(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `scripts_dir` is never used [INFO] [stdout] --> src/scripting.rs:138:4 [INFO] [stdout] | [INFO] [stdout] 138 | fn scripts_dir() -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `devtools` is never read [INFO] [stdout] --> src/webview/engine.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct WebViewEngine { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 14 | current_url: Url, [INFO] [stdout] 15 | devtools: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `evaluate_js`, `inject_ipc_bridge`, `handle_ipc_message`, `current_url`, and `devtools_enabled` are never used [INFO] [stdout] --> src/webview/engine.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 18 | impl WebViewEngine { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn evaluate_js(&self, script: &str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn inject_ipc_bridge(&self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn handle_ipc_message(&self, msg: &IpcMessage) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn current_url(&self) -> &Url { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn devtools_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `initial_url` is never read [INFO] [stdout] --> src/app.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct App { [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 54 | initial_url: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `create_folder` is never used [INFO] [stdout] --> src/browser/bookmark.rs:125:12 [INFO] [stdout] | [INFO] [stdout] 66 | impl BookmarkManager { [INFO] [stdout] | -------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 125 | pub fn create_folder(&mut self, path: impl Into) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_u64` is never used [INFO] [stdout] --> src/browser/download.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl DownloadId { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 20 | pub fn as_u64(self) -> u64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `active`, `completed`, and `remove` are never used [INFO] [stdout] --> src/browser/download.rs:236:12 [INFO] [stdout] | [INFO] [stdout] 139 | impl DownloadManager { [INFO] [stdout] | -------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 236 | pub fn active(&self) -> Vec<&Download> { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | pub fn completed(&self) -> Vec<&Download> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 273 | pub fn remove(&mut self, id: DownloadId) { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `entries_for_date`, `clear_before`, and `entries` are never used [INFO] [stdout] --> src/browser/history.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 27 | impl HistoryManager { [INFO] [stdout] | ------------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 89 | pub fn entries_for_date(&self, date: &str) -> Vec<&HistoryEntry> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | pub fn clear_before(&mut self, timestamp: i64) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | pub fn entries(&self) -> &[HistoryEntry] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `as_u64` is never used [INFO] [stdout] --> src/browser/tab.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl TabId { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 19 | pub fn as_u64(self) -> u64 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `address_selected` is never read [INFO] [stdout] --> src/browser/tab.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct Tab { [INFO] [stdout] | --- field in this struct [INFO] [stdout] ... [INFO] [stdout] 60 | pub address_selected: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Tab` 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 `title` is never read [INFO] [stdout] --> src/browser/tabs.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct ClosedTab { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 11 | pub title: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ClosedTab` 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_tab` is never used [INFO] [stdout] --> src/browser/tabs.rs:196:12 [INFO] [stdout] | [INFO] [stdout] 30 | impl TabManager { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 196 | pub fn get_tab(&self, id: TabId) -> Option<&Tab> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `search_focused` is never read [INFO] [stdout] --> src/chrome/sidebar.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct Sidebar { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | pub search_focused: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Sidebar` 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 `hide`, `clear_search`, `filtered_history`, and `download_list` are never used [INFO] [stdout] --> src/chrome/sidebar.rs:66:12 [INFO] [stdout] | [INFO] [stdout] 39 | impl Sidebar { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 66 | pub fn hide(&mut self) { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 84 | pub fn clear_search(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 114 | pub fn filtered_history<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 127 | pub fn download_list<'a>( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Mixed` is never constructed [INFO] [stdout] --> src/chrome/statusbar.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 5 | pub enum SecurityLevel { [INFO] [stdout] | ------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 11 | Mixed, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SecurityLevel` 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 `source` is never read [INFO] [stdout] --> src/chrome/toolbar.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct AddressSuggestion { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 37 | pub source: SuggestionSource, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AddressSuggestion` 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 `Search` is never constructed [INFO] [stdout] --> src/chrome/toolbar.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 42 | pub enum SuggestionSource { [INFO] [stdout] | ---------------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 45 | Search, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `SuggestionSource` 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/input/keybindings.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 33 | pub enum BrowserAction { [INFO] [stdout] | ------------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 41 | DuplicateTab, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 42 | PinTab, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 50 | Stop, [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | ShowDownloads, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 66 | ToggleVimMode, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 72 | ToggleFullscreen, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 75 | ToggleDevTools, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `BrowserAction` 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 `enter_insert_mode` is never used [INFO] [stdout] --> src/input/keybindings.rs:293:12 [INFO] [stdout] | [INFO] [stdout] 111 | impl KeybindingManager { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 293 | pub fn enter_insert_mode(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/render/chrome.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct ChromeFrame { [INFO] [stdout] | ----------- fields in this struct [INFO] [stdout] 18 | /// Computed layout rectangles. [INFO] [stdout] 19 | pub layout: ChromeLayout, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 27 | pub address_text: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 28 | pub address_focused: bool, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | pub is_bookmarked: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 33 | pub active_downloads: usize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | pub sidebar_panel: SidebarPanel, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | pub status_text: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 41 | pub security_label: &'static str, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] 42 | pub progress: Option, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ChromeFrame` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `loading` and `active` are never read [INFO] [stdout] --> src/render/chrome.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub struct TabEntry { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 50 | pub loading: bool, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 51 | pub active: bool, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TabEntry` 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 `load_user_scripts` is never used [INFO] [stdout] --> src/scripting.rs:87:12 [INFO] [stdout] | [INFO] [stdout] 40 | impl NamimadoScriptEngine { [INFO] [stdout] | ------------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 87 | pub fn load_user_scripts(&mut self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `scripts_dir` is never used [INFO] [stdout] --> src/scripting.rs:138:4 [INFO] [stdout] | [INFO] [stdout] 138 | fn scripts_dir() -> PathBuf { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `devtools` is never read [INFO] [stdout] --> src/webview/engine.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct WebViewEngine { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 14 | current_url: Url, [INFO] [stdout] 15 | devtools: bool, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `evaluate_js`, `inject_ipc_bridge`, `handle_ipc_message`, `current_url`, and `devtools_enabled` are never used [INFO] [stdout] --> src/webview/engine.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 18 | impl WebViewEngine { [INFO] [stdout] | ------------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn evaluate_js(&self, script: &str) { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn inject_ipc_bridge(&self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 61 | pub fn handle_ipc_message(&self, msg: &IpcMessage) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn current_url(&self) -> &Url { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | pub fn devtools_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Dynamic` that must be used [INFO] [stdout] --> src/scripting.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | / engine [INFO] [stdout] 158 | | .engine [INFO] [stdout] 159 | | .eval(r#"namimado_new_tab("https://example.com")"#) [INFO] [stdout] 160 | | .unwrap(); [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 157 | let _ = engine [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Dynamic` that must be used [INFO] [stdout] --> src/scripting.rs:169:9 [INFO] [stdout] | [INFO] [stdout] 169 | engine.engine.eval("namimado_close_tab()").unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 169 | let _ = engine.engine.eval("namimado_close_tab()").unwrap(); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Dynamic` that must be used [INFO] [stdout] --> src/scripting.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | / engine [INFO] [stdout] 179 | | .engine [INFO] [stdout] 180 | | .eval(r#"namimado_navigate("https://rust-lang.org")"#) [INFO] [stdout] 181 | | .unwrap(); [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 178 | let _ = engine [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Dynamic` that must be used [INFO] [stdout] --> src/scripting.rs:205:9 [INFO] [stdout] | [INFO] [stdout] 205 | / engine [INFO] [stdout] 206 | | .engine [INFO] [stdout] 207 | | .eval(r#"namimado_navigate("https://a.com")"#) [INFO] [stdout] 208 | | .unwrap(); [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 205 | let _ = engine [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.76s [INFO] running `Command { std: "docker" "inspect" "fabc350153b9afeb9c46adef31051283af0873d28d727fca3669ea77d8c9961b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fabc350153b9afeb9c46adef31051283af0873d28d727fca3669ea77d8c9961b", kill_on_drop: false }` [INFO] [stdout] fabc350153b9afeb9c46adef31051283af0873d28d727fca3669ea77d8c9961b