>()
[INFO] [stdout] 169 ~ .join(" | ")
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:174:53
[INFO] [stdout] |
[INFO] [stdout] 174 | ... {"Rating "}{(anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0))}{" / 10.0"}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 174 - {"Rating "}{(anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0))}{" / 10.0"}
[INFO] [stdout] 174 + {"Rating "}{anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0)}{" / 10.0"}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:175:52
[INFO] [stdout] |
[INFO] [stdout] 175 | {"Episodes "}{(anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0))}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 175 - {"Episodes "}{(anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0))}
[INFO] [stdout] 175 + {"Episodes "}{anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0)}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:176:51
[INFO] [stdout] |
[INFO] [stdout] 176 | ...>{"Status "}{(anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string()))}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 176 - {"Status "}{(anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string()))}
[INFO] [stdout] 176 + {"Status "}{anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string())}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `utils::handle_theme`
[INFO] [stdout] --> src/components/loading.rs:4:58
[INFO] [stdout] |
[INFO] [stdout] 4 | use crate::{components::appcontext_provider::AppContext, utils::handle_theme};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/components/anime_result_v2.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `Route`
[INFO] [stdout] --> src/components/anime_result_v2.rs:6:126
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::{components::{anime_card::AnimeCard, appcontext_provider::AppContext, stores::NavbarSearch}, utils::handle_theme, Route};
[INFO] [stdout] | ^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `NavbarSearch` is imported redundantly
[INFO] [stdout] --> src/components/TEMPLATE.rs:5:58
[INFO] [stdout] |
[INFO] [stdout] 5 | use crate::components::{appcontext_provider::AppContext, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 | use crate::components::stores::*;
[INFO] [stdout] | ---------------------------- the item `NavbarSearch` is already imported here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/TEMPLATE.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::utils::handle_theme`
[INFO] [stdout] --> src/components/TEMPLATE.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::utils::handle_theme;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::stores::*`
[INFO] [stdout] --> src/components/TEMPLATE.rs:8:5
[INFO] [stdout] |
[INFO] [stdout] 8 | use crate::components::stores::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/episode_card.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/lib.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `serde_json::from_str`
[INFO] [stdout] --> src/lib.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use serde_json::from_str;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::back_btn::BackBtn`
[INFO] [stdout] --> src/lib.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::back_btn::BackBtn;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `body_bg::BodyWrapper`, `self`, `stores::TestObj`
[INFO] [stdout] --> src/lib.rs:9:13
[INFO] [stdout] |
[INFO] [stdout] 9 | ...::{body_bg::BodyWrapper, components::{animeobjcontext_provider::AnimeObjContextProvider, appcontext_provider::{self, AppContextProvider}, stores::TestObj, t...
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::iter::repeat_with`
[INFO] [stdout] --> src/utils.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use std::iter::repeat_with;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout] --> src/utils.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use std::rc::Rc;
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout] --> src/utils.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use serde::Deserialize;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yew_router::navigator::Navigator`
[INFO] [stdout] --> src/utils.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use yew_router::navigator::Navigator;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::Dispatch`
[INFO] [stdout] --> src/utils.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use yewdux::Dispatch;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `AppCtx`, `stores::NavbarSearch`
[INFO] [stdout] --> src/utils.rs:13:59
[INFO] [stdout] |
[INFO] [stdout] 13 | use crate::components::{appcontext_provider::{AppContext, AppCtx, Theme}, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `Deserialize`, `Serialize`
[INFO] [stdout] --> src/components/top_navbar.rs:3:13
[INFO] [stdout] |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `AUTO_THEME`
[INFO] [stdout] --> src/components/top_navbar.rs:7:77
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::{components::{appcontext_provider::{AppContext, Language, Theme, AUTO_THEME, DARK_THEME, LIGHT_THEME}, stores::NavbarSearch}, ...
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `HtmlElement`
[INFO] [stdout] --> src/components/top_navbar.rs:8:15
[INFO] [stdout] |
[INFO] [stdout] 8 | use web_sys::{HtmlElement, HtmlInputElement};
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yew::html_nested`
[INFO] [stdout] --> src/components/top_navbar.rs:11:5
[INFO] [stdout] |
[INFO] [stdout] 11 | use yew::html_nested;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `Theme`
[INFO] [stdout] --> src/components/about_page.rs:3:59
[INFO] [stdout] |
[INFO] [stdout] 3 | use crate::{components::appcontext_provider::{AppContext, Theme}, utils::handle_theme};
[INFO] [stdout] | ^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/components/home_page.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::stores::SeasonsWrapper`
[INFO] [stdout] --> src/components/home_page.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::components::stores::SeasonsWrapper;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `NavbarSearch` is imported redundantly
[INFO] [stdout] --> src/components/home_page.rs:7:58
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::{appcontext_provider::AppContext, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 | use crate::components::stores::*;
[INFO] [stdout] | ---------------------------- the item `NavbarSearch` is already imported here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/home_page.rs:8:5
[INFO] [stdout] |
[INFO] [stdout] 8 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stdout] --> src/components/home_page.rs:44:26
[INFO] [stdout] |
[INFO] [stdout] 44 | for i in (1..2) {
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 44 - for i in (1..2) {
[INFO] [stdout] 44 + for i in 1..2 {
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stdout] --> src/components/home_page.rs:65:26
[INFO] [stdout] |
[INFO] [stdout] 65 | for i in (1..2) {
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 65 - for i in (1..2) {
[INFO] [stdout] 65 + for i in 1..2 {
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `rc::Rc`, `result`
[INFO] [stdout] --> src/components/anime_result.rs:1:11
[INFO] [stdout] |
[INFO] [stdout] 1 | use std::{rc::Rc, result};
[INFO] [stdout] | ^^^^^^ ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `AnimeObj`
[INFO] [stdout] --> src/components/anime_card.rs:5:21
[INFO] [stdout] |
[INFO] [stdout] 5 | use super::stores::{AnimeObj, AnimeObjAsProp};
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_card.rs:72:23
[INFO] [stdout] |
[INFO] [stdout] 72 |
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 72 -
[INFO] [stdout] 72 +
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `DARK_THEME`
[INFO] [stdout] --> src/components/anime_desc.rs:6:113
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::{components::{animeobjcontext_provider::AnimeObjContext, appcontext_provider::{AppContext, Language, DARK_THEME}, char_card::C...
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `AnimeObjAsProp`, `AnimeObj`
[INFO] [stdout] --> src/components/anime_desc.rs:8:21
[INFO] [stdout] |
[INFO] [stdout] 8 | use super::stores::{AnimeObj, AnimeObjAsProp, CharWrapper};
[INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:140:27
[INFO] [stdout] |
[INFO] [stdout] 140 |
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 140 -
[INFO] [stdout] 140 +
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:146:21
[INFO] [stdout] |
[INFO] [stdout] 146 | (anime_obj
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 155 | .join(", ")
[INFO] [stdout] | ____________________________________^
[INFO] [stdout] 156 | | )
[INFO] [stdout] | |_________________^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 146 ~ anime_obj
[INFO] [stdout] 147 | .anime_obj
[INFO] [stdout] ...
[INFO] [stdout] 154 | .collect::>()
[INFO] [stdout] 155 ~ .join(", ")
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:160:21
[INFO] [stdout] |
[INFO] [stdout] 160 | (anime_obj
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 169 | .join(" | ")
[INFO] [stdout] | _____________________________________^
[INFO] [stdout] 170 | | )
[INFO] [stdout] | |_________________^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 160 ~ anime_obj
[INFO] [stdout] 161 | .anime_obj
[INFO] [stdout] ...
[INFO] [stdout] 168 | .collect::>()
[INFO] [stdout] 169 ~ .join(" | ")
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:174:53
[INFO] [stdout] |
[INFO] [stdout] 174 | ... {"Rating "}{(anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0))}{" / 10.0"}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 174 - {"Rating "}{(anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0))}{" / 10.0"}
[INFO] [stdout] 174 + {"Rating "}{anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0)}{" / 10.0"}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:175:52
[INFO] [stdout] |
[INFO] [stdout] 175 | {"Episodes "}{(anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0))}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 175 - {"Episodes "}{(anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0))}
[INFO] [stdout] 175 + {"Episodes "}{anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0)}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:176:51
[INFO] [stdout] |
[INFO] [stdout] 176 | ...>{"Status "}{(anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string()))}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 176 - {"Status "}{(anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string()))}
[INFO] [stdout] 176 + {"Status "}{anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string())}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `utils::handle_theme`
[INFO] [stdout] --> src/components/loading.rs:4:58
[INFO] [stdout] |
[INFO] [stdout] 4 | use crate::{components::appcontext_provider::AppContext, utils::handle_theme};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/components/anime_result_v2.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `Route`
[INFO] [stdout] --> src/components/anime_result_v2.rs:6:126
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::{components::{anime_card::AnimeCard, appcontext_provider::AppContext, stores::NavbarSearch}, utils::handle_theme, Route};
[INFO] [stdout] | ^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `NavbarSearch` is imported redundantly
[INFO] [stdout] --> src/components/TEMPLATE.rs:5:58
[INFO] [stdout] |
[INFO] [stdout] 5 | use crate::components::{appcontext_provider::AppContext, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 | use crate::components::stores::*;
[INFO] [stdout] | ---------------------------- the item `NavbarSearch` is already imported here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/TEMPLATE.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::utils::handle_theme`
[INFO] [stdout] --> src/components/TEMPLATE.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::utils::handle_theme;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::stores::*`
[INFO] [stdout] --> src/components/TEMPLATE.rs:8:5
[INFO] [stdout] |
[INFO] [stdout] 8 | use crate::components::stores::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/episode_card.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::prelude`
[INFO] [stdout] --> src/utils.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use yewdux::prelude::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::prelude`
[INFO] [stdout] --> src/components/char_card.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use yewdux::prelude::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `r_state`
[INFO] [stdout] --> src/components/top_navbar.rs:21:10
[INFO] [stdout] |
[INFO] [stdout] 21 | let (r_state, r_disp) = use_store::();
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_state`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav_used`
[INFO] [stdout] --> src/components/top_navbar.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let nav_used = navigator.clone();
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nav_used`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/top_navbar.rs:38:13
[INFO] [stdout] |
[INFO] [stdout] 38 | let nav = navigator.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `theme_tog_label` is never read
[INFO] [stdout] --> src/components/top_navbar.rs:54:13
[INFO] [stdout] |
[INFO] [stdout] 54 | let mut theme_tog_label = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::prelude`
[INFO] [stdout] --> src/utils.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use yewdux::prelude::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::prelude`
[INFO] [stdout] --> src/components/char_card.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use yewdux::prelude::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:25:30
[INFO] [stdout] |
[INFO] [stdout] 25 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:40:30
[INFO] [stdout] |
[INFO] [stdout] 40 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:73:15
[INFO] [stdout] |
[INFO] [stdout] 73 | move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:80:15
[INFO] [stdout] |
[INFO] [stdout] 80 | move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:141:43
[INFO] [stdout] |
[INFO] [stdout] 141 | let clear_text = Callback::from(move |event: FocusEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `query`
[INFO] [stdout] --> src/components/top_navbar.rs:163:17
[INFO] [stdout] |
[INFO] [stdout] 163 | let query = query.clone();
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `r_state`
[INFO] [stdout] --> src/components/top_navbar.rs:21:10
[INFO] [stdout] |
[INFO] [stdout] 21 | let (r_state, r_disp) = use_store::();
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_state`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav_used`
[INFO] [stdout] --> src/components/top_navbar.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let nav_used = navigator.clone();
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nav_used`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/top_navbar.rs:38:13
[INFO] [stdout] |
[INFO] [stdout] 38 | let nav = navigator.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `theme_tog_label` is never read
[INFO] [stdout] --> src/components/top_navbar.rs:54:13
[INFO] [stdout] |
[INFO] [stdout] 54 | let mut theme_tog_label = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:25:30
[INFO] [stdout] |
[INFO] [stdout] 25 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:40:30
[INFO] [stdout] |
[INFO] [stdout] 40 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:73:15
[INFO] [stdout] |
[INFO] [stdout] 73 | move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:80:15
[INFO] [stdout] |
[INFO] [stdout] 80 | move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:141:43
[INFO] [stdout] |
[INFO] [stdout] 141 | let clear_text = Callback::from(move |event: FocusEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `query`
[INFO] [stdout] --> src/components/top_navbar.rs:163:17
[INFO] [stdout] |
[INFO] [stdout] 163 | let query = query.clone();
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/components/top_navbar.rs:109:21
[INFO] [stdout] |
[INFO] [stdout] 109 | let mut result: QueryResult;
[INFO] [stdout] | ----^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/components/top_navbar.rs:192:17
[INFO] [stdout] |
[INFO] [stdout] 192 | let mut user_ok: bool;
[INFO] [stdout] | ----^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/components/top_navbar.rs:109:21
[INFO] [stdout] |
[INFO] [stdout] 109 | let mut result: QueryResult;
[INFO] [stdout] | ----^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/components/top_navbar.rs:192:17
[INFO] [stdout] |
[INFO] [stdout] 192 | let mut user_ok: bool;
[INFO] [stdout] | ----^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/home_page.rs:24:13
[INFO] [stdout] |
[INFO] [stdout] 24 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/home_page.rs:25:14
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/home_page.rs:24:13
[INFO] [stdout] |
[INFO] [stdout] 24 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/home_page.rs:25:14
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/home_page.rs:25:25
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/home_page.rs:25:25
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/anime_result.rs:25:21
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = use_store::();
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `anime_episode`
[INFO] [stdout] --> src/components/anime_result.rs:27:9
[INFO] [stdout] |
[INFO] [stdout] 27 | let anime_episode = use_state(|| AnimeEpisode{..Default::default()});
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_anime_episode`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:113:31
[INFO] [stdout] |
[INFO] [stdout] 113 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:124:27
[INFO] [stdout] |
[INFO] [stdout] 124 | move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8).update_loading_page_into(true));
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result.rs:167:25
[INFO] [stdout] |
[INFO] [stdout] 167 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:159:31
[INFO] [stdout] |
[INFO] [stdout] 159 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:168:27
[INFO] [stdout] |
[INFO] [stdout] 168 | ... move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8).update_loading_page_into(true))}}>{n})
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/anime_result.rs:25:21
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = use_store::();
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `anime_episode`
[INFO] [stdout] --> src/components/anime_result.rs:27:9
[INFO] [stdout] |
[INFO] [stdout] 27 | let anime_episode = use_state(|| AnimeEpisode{..Default::default()});
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_anime_episode`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:113:31
[INFO] [stdout] |
[INFO] [stdout] 113 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:124:27
[INFO] [stdout] |
[INFO] [stdout] 124 | move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8).update_loading_page_into(true));
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `title_rendered` is never read
[INFO] [stdout] --> src/components/anime_card.rs:39:13
[INFO] [stdout] |
[INFO] [stdout] 39 | let mut title_rendered = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result.rs:167:25
[INFO] [stdout] |
[INFO] [stdout] 167 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/anime_card.rs:20:30
[INFO] [stdout] |
[INFO] [stdout] 20 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:159:31
[INFO] [stdout] |
[INFO] [stdout] 159 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:168:27
[INFO] [stdout] |
[INFO] [stdout] 168 | ... move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8).update_loading_page_into(true))}}>{n})
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `title_rendered` is never read
[INFO] [stdout] --> src/components/anime_desc.rs:36:13
[INFO] [stdout] |
[INFO] [stdout] 36 | let mut title_rendered = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `default_title` is never read
[INFO] [stdout] --> src/components/anime_desc.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let mut default_title = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `title_rendered` is never read
[INFO] [stdout] --> src/components/anime_card.rs:39:13
[INFO] [stdout] |
[INFO] [stdout] 39 | let mut title_rendered = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/anime_card.rs:20:30
[INFO] [stdout] |
[INFO] [stdout] 20 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `title_rendered` is never read
[INFO] [stdout] --> src/components/anime_desc.rs:36:13
[INFO] [stdout] |
[INFO] [stdout] 36 | let mut title_rendered = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `default_title` is never read
[INFO] [stdout] --> src/components/anime_desc.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let mut default_title = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/footer.rs:10:24
[INFO] [stdout] |
[INFO] [stdout] 10 | let back_to_top = |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result_v2.rs:26:13
[INFO] [stdout] |
[INFO] [stdout] 26 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result_v2.rs:97:25
[INFO] [stdout] |
[INFO] [stdout] 97 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result_v2.rs:89:31
[INFO] [stdout] |
[INFO] [stdout] 89 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result_v2.rs:98:27
[INFO] [stdout] |
[INFO] [stdout] 98 | move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8))}}>{n})
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/footer.rs:10:24
[INFO] [stdout] |
[INFO] [stdout] 10 | let back_to_top = |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/back_btn.rs:7:22
[INFO] [stdout] |
[INFO] [stdout] 7 | let back = move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `app_ctx`
[INFO] [stdout] --> src/components/TEMPLATE.rs:17:13
[INFO] [stdout] |
[INFO] [stdout] 17 | let app_ctx = app_ctx.clone();
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_ctx`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/TEMPLATE.rs:18:13
[INFO] [stdout] |
[INFO] [stdout] 18 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/TEMPLATE.rs:19:14
[INFO] [stdout] |
[INFO] [stdout] 19 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/TEMPLATE.rs:19:25
[INFO] [stdout] |
[INFO] [stdout] 19 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/episode_card.rs:28:13
[INFO] [stdout] |
[INFO] [stdout] 28 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/episode_card.rs:29:14
[INFO] [stdout] |
[INFO] [stdout] 29 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/episode_card.rs:29:25
[INFO] [stdout] |
[INFO] [stdout] 29 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result_v2.rs:26:13
[INFO] [stdout] |
[INFO] [stdout] 26 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result_v2.rs:97:25
[INFO] [stdout] |
[INFO] [stdout] 97 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result_v2.rs:89:31
[INFO] [stdout] |
[INFO] [stdout] 89 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result_v2.rs:98:27
[INFO] [stdout] |
[INFO] [stdout] 98 | move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8))}}>{n})
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/back_btn.rs:7:22
[INFO] [stdout] |
[INFO] [stdout] 7 | let back = move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `app_ctx`
[INFO] [stdout] --> src/components/TEMPLATE.rs:17:13
[INFO] [stdout] |
[INFO] [stdout] 17 | let app_ctx = app_ctx.clone();
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_ctx`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/TEMPLATE.rs:18:13
[INFO] [stdout] |
[INFO] [stdout] 18 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/TEMPLATE.rs:19:14
[INFO] [stdout] |
[INFO] [stdout] 19 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/TEMPLATE.rs:19:25
[INFO] [stdout] |
[INFO] [stdout] 19 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: constant `AUTO_THEME` is never used
[INFO] [stdout] --> src/components/appcontext_provider.rs:24:11
[INFO] [stdout] |
[INFO] [stdout] 24 | pub const AUTO_THEME: Theme = Theme::Auto;
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: module `TEMPLATE` should have a snake case name
[INFO] [stdout] --> src/components/mod.rs:17:9
[INFO] [stdout] |
[INFO] [stdout] 17 | pub mod TEMPLATE;
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `template`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/episode_card.rs:28:13
[INFO] [stdout] |
[INFO] [stdout] 28 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/episode_card.rs:29:14
[INFO] [stdout] |
[INFO] [stdout] 29 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/episode_card.rs:29:25
[INFO] [stdout] |
[INFO] [stdout] 29 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: constant `AUTO_THEME` is never used
[INFO] [stdout] --> src/components/appcontext_provider.rs:24:11
[INFO] [stdout] |
[INFO] [stdout] 24 | pub const AUTO_THEME: Theme = Theme::Auto;
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: module `TEMPLATE` should have a snake case name
[INFO] [stdout] --> src/components/mod.rs:17:9
[INFO] [stdout] |
[INFO] [stdout] 17 | pub mod TEMPLATE;
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `template`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 83 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 83 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.45s
[INFO] running `Command { std: "docker" "inspect" "9fa1a162d9fb7e1f345b3981043c4e6c5c3b272aefc0e4cbb54f22c187997a89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fa1a162d9fb7e1f345b3981043c4e6c5c3b272aefc0e4cbb54f22c187997a89", kill_on_drop: false }`
[INFO] [stdout] 9fa1a162d9fb7e1f345b3981043c4e6c5c3b272aefc0e4cbb54f22c187997a89
[INFO] checking iZUMi-kyouka/aninfo against try#645bb72776a6a56a1a8f52631a44bd082b2ba509 for absurd-question-mark-desugar
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FiZUMi-kyouka%2Faninfo" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files: 26% (1227/4642)
Updating files: 27% (1254/4642)
Updating files: 28% (1300/4642)
Updating files: 29% (1347/4642)
Updating files: 30% (1393/4642)
Updating files: 30% (1411/4642)
Updating files: 31% (1440/4642)
Updating files: 32% (1486/4642)
Updating files: 32% (1501/4642)
Updating files: 33% (1532/4642)
Updating files: 34% (1579/4642)
Updating files: 35% (1625/4642)
Updating files: 35% (1650/4642)
Updating files: 36% (1672/4642)
Updating files: 37% (1718/4642)
Updating files: 38% (1764/4642)
Updating files: 39% (1811/4642)
Updating files: 40% (1857/4642)
Updating files: 41% (1904/4642)
Updating files: 42% (1950/4642)
Updating files: 43% (1997/4642)
Updating files: 44% (2043/4642)
Updating files: 45% (2089/4642)
Updating files: 45% (2100/4642)
Updating files: 46% (2136/4642)
Updating files: 47% (2182/4642)
Updating files: 47% (2199/4642)
Updating files: 48% (2229/4642)
Updating files: 49% (2275/4642)
Updating files: 49% (2317/4642)
Updating files: 50% (2321/4642)
Updating files: 51% (2368/4642)
Updating files: 52% (2414/4642)
Updating files: 52% (2423/4642)
Updating files: 53% (2461/4642)
Updating files: 54% (2507/4642)
Updating files: 54% (2541/4642)
Updating files: 55% (2554/4642)
Updating files: 56% (2600/4642)
Updating files: 57% (2646/4642)
Updating files: 57% (2661/4642)
Updating files: 58% (2693/4642)
Updating files: 59% (2739/4642)
Updating files: 59% (2771/4642)
Updating files: 60% (2786/4642)
Updating files: 61% (2832/4642)
Updating files: 62% (2879/4642)
Updating files: 63% (2925/4642)
Updating files: 64% (2971/4642)
Updating files: 65% (3018/4642)
Updating files: 66% (3064/4642)
Updating files: 67% (3111/4642)
Updating files: 68% (3157/4642)
Updating files: 69% (3203/4642)
Updating files: 70% (3250/4642)
Updating files: 70% (3253/4642)
Updating files: 71% (3296/4642)
Updating files: 72% (3343/4642)
Updating files: 73% (3389/4642)
Updating files: 74% (3436/4642)
Updating files: 75% (3482/4642)
Updating files: 76% (3528/4642)
Updating files: 77% (3575/4642)
Updating files: 78% (3621/4642)
Updating files: 79% (3668/4642)
Updating files: 80% (3714/4642)
Updating files: 81% (3761/4642)
Updating files: 82% (3807/4642)
Updating files: 83% (3853/4642)
Updating files: 84% (3900/4642)
Updating files: 85% (3946/4642)
Updating files: 86% (3993/4642)
Updating files: 86% (3995/4642)
Updating files: 87% (4039/4642)
Updating files: 88% (4085/4642)
Updating files: 89% (4132/4642)
Updating files: 90% (4178/4642)
Updating files: 91% (4225/4642)
Updating files: 92% (4271/4642)
Updating files: 93% (4318/4642)
Updating files: 94% (4364/4642)
Updating files: 95% (4410/4642)
Updating files: 96% (4457/4642)
Updating files: 97% (4503/4642)
Updating files: 98% (4550/4642)
Updating files: 99% (4596/4642)
Updating files: 100% (4642/4642)
Updating files: 100% (4642/4642), done.
[INFO] validating manifest of git repo https://github.com/iZUMi-kyouka/aninfo on toolchain 645bb72776a6a56a1a8f52631a44bd082b2ba509
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/iZUMi-kyouka/aninfo
[INFO] finished tweaking git repo https://github.com/iZUMi-kyouka/aninfo
[INFO] tweaked toml for git repo https://github.com/iZUMi-kyouka/aninfo written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/iZUMi-kyouka/aninfo 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" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 815b3ae501d3bab1e90313c772749683047a3becb0867208923c0244747fadec
[INFO] running `Command { std: "docker" "start" "-a" "815b3ae501d3bab1e90313c772749683047a3becb0867208923c0244747fadec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "815b3ae501d3bab1e90313c772749683047a3becb0867208923c0244747fadec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "815b3ae501d3bab1e90313c772749683047a3becb0867208923c0244747fadec", kill_on_drop: false }`
[INFO] [stdout] 815b3ae501d3bab1e90313c772749683047a3becb0867208923c0244747fadec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+645bb72776a6a56a1a8f52631a44bd082b2ba509" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 286ed9bc646e3232d24cc5470e4ad07c96da7fd7b0a1bb881c66daaf341ecfb9
[INFO] running `Command { std: "docker" "start" "-a" "286ed9bc646e3232d24cc5470e4ad07c96da7fd7b0a1bb881c66daaf341ecfb9", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.79
[INFO] [stderr] Compiling unicode-ident v1.0.12
[INFO] [stderr] Compiling once_cell v1.19.0
[INFO] [stderr] Compiling serde v1.0.197
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.92
[INFO] [stderr] Compiling bumpalo v3.15.4
[INFO] [stderr] Compiling log v0.4.21
[INFO] [stderr] Checking itoa v1.0.10
[INFO] [stderr] Compiling serde_json v1.0.114
[INFO] [stderr] Checking ryu v1.0.17
[INFO] [stderr] Compiling wasm-bindgen v0.2.92
[INFO] [stderr] Checking futures-core v0.3.30
[INFO] [stderr] Compiling autocfg v1.1.0
[INFO] [stderr] Checking futures-sink v0.3.30
[INFO] [stderr] Compiling thiserror v1.0.58
[INFO] [stderr] Checking pin-project-lite v0.2.13
[INFO] [stderr] Checking futures-task v0.3.30
[INFO] [stderr] Compiling hashbrown v0.14.3
[INFO] [stderr] Compiling equivalent v1.0.1
[INFO] [stderr] Checking memchr v2.7.1
[INFO] [stderr] Checking futures-channel v0.3.30
[INFO] [stderr] Checking futures-io v0.3.30
[INFO] [stderr] Compiling rustversion v1.0.14
[INFO] [stderr] Compiling toml_datetime v0.6.5
[INFO] [stderr] Compiling winnow v0.5.40
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr] Checking percent-encoding v2.3.1
[INFO] [stderr] Checking bytes v1.5.0
[INFO] [stderr] Compiling syn v1.0.109
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Compiling libc v0.2.153
[INFO] [stderr] Checking form_urlencoded v1.2.1
[INFO] [stderr] Compiling slab v0.4.9
[INFO] [stderr] Compiling prettyplease v0.2.16
[INFO] [stderr] Checking tokio v1.36.0
[INFO] [stderr] Compiling ident_case v1.0.1
[INFO] [stderr] Compiling strsim v0.10.0
[INFO] [stderr] Compiling fnv v1.0.7
[INFO] [stderr] Checking tracing-core v0.1.32
[INFO] [stderr] Compiling boolinator v2.4.0
[INFO] [stderr] Compiling num-traits v0.2.18
[INFO] [stderr] Checking anymap v1.0.0-beta.2
[INFO] [stderr] Checking route-recognizer v0.3.1
[INFO] [stderr] Checking iana-time-zone v0.1.60
[INFO] [stderr] Checking urlencoding v2.1.3
[INFO] [stderr] Compiling indexmap v2.2.5
[INFO] [stderr] Checking http v0.2.12
[INFO] [stderr] Compiling quote v1.0.35
[INFO] [stderr] Compiling syn v2.0.53
[INFO] [stderr] Checking num_cpus v1.16.0
[INFO] [stderr] Checking chrono v0.4.35
[INFO] [stderr] Checking tokio-stream v0.1.15
[INFO] [stderr] Compiling toml_edit v0.19.15
[INFO] [stderr] Compiling proc-macro-crate v1.3.1
[INFO] [stderr] Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr] Compiling darling_core v0.20.8
[INFO] [stderr] Compiling serde_derive v1.0.197
[INFO] [stderr] Compiling thiserror-impl v1.0.58
[INFO] [stderr] Compiling futures-macro v0.3.30
[INFO] [stderr] Compiling pin-project-internal v1.1.5
[INFO] [stderr] Compiling gloo-worker-macros v0.1.0
[INFO] [stderr] Compiling implicit-clone-derive v0.1.1
[INFO] [stderr] Compiling tracing-attributes v0.1.27
[INFO] [stderr] Compiling yew-macro v0.21.0
[INFO] [stderr] Compiling yew-router-macro v0.18.0
[INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr] Checking implicit-clone v0.4.9
[INFO] [stderr] Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr] Checking futures-util v0.3.30
[INFO] [stderr] Compiling darling_macro v0.20.8
[INFO] [stderr] Checking pin-project v1.1.5
[INFO] [stderr] Checking tracing v0.1.40
[INFO] [stderr] Compiling darling v0.20.8
[INFO] [stderr] Compiling yewdux-macros v0.10.0
[INFO] [stderr] Checking futures v0.3.30
[INFO] [stderr] Checking pinned v0.1.0
[INFO] [stderr] Checking prokio v0.1.0
[INFO] [stderr] Checking bincode v1.3.3
[INFO] [stderr] Checking serde_urlencoded v0.7.1
[INFO] [stderr] Checking js-sys v0.3.69
[INFO] [stderr] Checking console_error_panic_hook v0.1.7
[INFO] [stderr] Checking web-sys v0.3.69
[INFO] [stderr] Checking wasm-bindgen-futures v0.4.42
[INFO] [stderr] Checking serde-wasm-bindgen v0.6.5
[INFO] [stderr] Checking gloo-timers v0.3.0
[INFO] [stderr] Checking gloo-utils v0.2.0
[INFO] [stderr] Checking gloo-events v0.2.0
[INFO] [stderr] Checking gloo-render v0.2.0
[INFO] [stderr] Checking gloo-dialogs v0.2.0
[INFO] [stderr] Checking gloo-utils v0.1.7
[INFO] [stderr] Checking gloo-storage v0.3.0
[INFO] [stderr] Checking gloo-console v0.3.0
[INFO] [stderr] Checking gloo-net v0.4.0
[INFO] [stderr] Checking gloo-worker v0.4.0
[INFO] [stderr] Checking gloo-net v0.5.0
[INFO] [stderr] Checking gloo-worker v0.5.0
[INFO] [stderr] Checking gloo-net v0.1.0
[INFO] [stderr] Checking gloo-history v0.2.2
[INFO] [stderr] Checking gloo-file v0.3.0
[INFO] [stderr] Checking reqwasm v0.5.0
[INFO] [stderr] Checking gloo v0.11.0
[INFO] [stderr] Checking gloo v0.10.0
[INFO] [stderr] Checking yew v0.21.0
[INFO] [stderr] Checking yew-router v0.18.0
[INFO] [stderr] Checking yewdux v0.10.0
[INFO] [stderr] Checking aninfo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/lib.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `serde_json::from_str`
[INFO] [stdout] --> src/lib.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use serde_json::from_str;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::back_btn::BackBtn`
[INFO] [stdout] --> src/lib.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::back_btn::BackBtn;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `body_bg::BodyWrapper`, `self`, `stores::TestObj`
[INFO] [stdout] --> src/lib.rs:9:13
[INFO] [stdout] |
[INFO] [stdout] 9 | ...::{body_bg::BodyWrapper, components::{animeobjcontext_provider::AnimeObjContextProvider, appcontext_provider::{self, AppContextProvider}, stores::TestObj, t...
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::iter::repeat_with`
[INFO] [stdout] --> src/utils.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use std::iter::repeat_with;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout] --> src/utils.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use std::rc::Rc;
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout] --> src/utils.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use serde::Deserialize;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yew_router::navigator::Navigator`
[INFO] [stdout] --> src/utils.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use yew_router::navigator::Navigator;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::Dispatch`
[INFO] [stdout] --> src/utils.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use yewdux::Dispatch;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `AppCtx`, `stores::NavbarSearch`
[INFO] [stdout] --> src/utils.rs:13:59
[INFO] [stdout] |
[INFO] [stdout] 13 | use crate::components::{appcontext_provider::{AppContext, AppCtx, Theme}, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `Deserialize`, `Serialize`
[INFO] [stdout] --> src/components/top_navbar.rs:3:13
[INFO] [stdout] |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `AUTO_THEME`
[INFO] [stdout] --> src/components/top_navbar.rs:7:77
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::{components::{appcontext_provider::{AppContext, Language, Theme, AUTO_THEME, DARK_THEME, LIGHT_THEME}, stores::NavbarSearch}, ...
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `HtmlElement`
[INFO] [stdout] --> src/components/top_navbar.rs:8:15
[INFO] [stdout] |
[INFO] [stdout] 8 | use web_sys::{HtmlElement, HtmlInputElement};
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yew::html_nested`
[INFO] [stdout] --> src/components/top_navbar.rs:11:5
[INFO] [stdout] |
[INFO] [stdout] 11 | use yew::html_nested;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/lib.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `serde_json::from_str`
[INFO] [stdout] --> src/lib.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use serde_json::from_str;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::back_btn::BackBtn`
[INFO] [stdout] --> src/lib.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::back_btn::BackBtn;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `body_bg::BodyWrapper`, `self`, `stores::TestObj`
[INFO] [stdout] --> src/lib.rs:9:13
[INFO] [stdout] |
[INFO] [stdout] 9 | ...::{body_bg::BodyWrapper, components::{animeobjcontext_provider::AnimeObjContextProvider, appcontext_provider::{self, AppContextProvider}, stores::TestObj, t...
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ ^^^^ ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::iter::repeat_with`
[INFO] [stdout] --> src/utils.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use std::iter::repeat_with;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `std::rc::Rc`
[INFO] [stdout] --> src/utils.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use std::rc::Rc;
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `serde::Deserialize`
[INFO] [stdout] --> src/utils.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use serde::Deserialize;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `Theme`
[INFO] [stdout] --> src/components/about_page.rs:3:59
[INFO] [stdout] |
[INFO] [stdout] 3 | use crate::{components::appcontext_provider::{AppContext, Theme}, utils::handle_theme};
[INFO] [stdout] | ^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/components/home_page.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::stores::SeasonsWrapper`
[INFO] [stdout] --> src/components/home_page.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::components::stores::SeasonsWrapper;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `NavbarSearch` is imported redundantly
[INFO] [stdout] --> src/components/home_page.rs:7:58
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::{appcontext_provider::AppContext, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 | use crate::components::stores::*;
[INFO] [stdout] | ---------------------------- the item `NavbarSearch` is already imported here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/home_page.rs:8:5
[INFO] [stdout] |
[INFO] [stdout] 8 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stdout] --> src/components/home_page.rs:44:26
[INFO] [stdout] |
[INFO] [stdout] 44 | for i in (1..2) {
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 44 - for i in (1..2) {
[INFO] [stdout] 44 + for i in 1..2 {
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stdout] --> src/components/home_page.rs:65:26
[INFO] [stdout] |
[INFO] [stdout] 65 | for i in (1..2) {
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 65 - for i in (1..2) {
[INFO] [stdout] 65 + for i in 1..2 {
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yew_router::navigator::Navigator`
[INFO] [stdout] --> src/utils.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use yew_router::navigator::Navigator;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::Dispatch`
[INFO] [stdout] --> src/utils.rs:10:5
[INFO] [stdout] |
[INFO] [stdout] 10 | use yewdux::Dispatch;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `AppCtx`, `stores::NavbarSearch`
[INFO] [stdout] --> src/utils.rs:13:59
[INFO] [stdout] |
[INFO] [stdout] 13 | use crate::components::{appcontext_provider::{AppContext, AppCtx, Theme}, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `Deserialize`, `Serialize`
[INFO] [stdout] --> src/components/top_navbar.rs:3:13
[INFO] [stdout] |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `AUTO_THEME`
[INFO] [stdout] --> src/components/top_navbar.rs:7:77
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::{components::{appcontext_provider::{AppContext, Language, Theme, AUTO_THEME, DARK_THEME, LIGHT_THEME}, stores::NavbarSearch}, ...
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `HtmlElement`
[INFO] [stdout] --> src/components/top_navbar.rs:8:15
[INFO] [stdout] |
[INFO] [stdout] 8 | use web_sys::{HtmlElement, HtmlInputElement};
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yew::html_nested`
[INFO] [stdout] --> src/components/top_navbar.rs:11:5
[INFO] [stdout] |
[INFO] [stdout] 11 | use yew::html_nested;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `Theme`
[INFO] [stdout] --> src/components/about_page.rs:3:59
[INFO] [stdout] |
[INFO] [stdout] 3 | use crate::{components::appcontext_provider::{AppContext, Theme}, utils::handle_theme};
[INFO] [stdout] | ^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/components/home_page.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::stores::SeasonsWrapper`
[INFO] [stdout] --> src/components/home_page.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::components::stores::SeasonsWrapper;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `NavbarSearch` is imported redundantly
[INFO] [stdout] --> src/components/home_page.rs:7:58
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::{appcontext_provider::AppContext, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 10 | use crate::components::stores::*;
[INFO] [stdout] | ---------------------------- the item `NavbarSearch` is already imported here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/home_page.rs:8:5
[INFO] [stdout] |
[INFO] [stdout] 8 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stdout] --> src/components/home_page.rs:44:26
[INFO] [stdout] |
[INFO] [stdout] 44 | for i in (1..2) {
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 44 - for i in (1..2) {
[INFO] [stdout] 44 + for i in 1..2 {
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression
[INFO] [stdout] --> src/components/home_page.rs:65:26
[INFO] [stdout] |
[INFO] [stdout] 65 | for i in (1..2) {
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 65 - for i in (1..2) {
[INFO] [stdout] 65 + for i in 1..2 {
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `rc::Rc`, `result`
[INFO] [stdout] --> src/components/anime_result.rs:1:11
[INFO] [stdout] |
[INFO] [stdout] 1 | use std::{rc::Rc, result};
[INFO] [stdout] | ^^^^^^ ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `AnimeObj`
[INFO] [stdout] --> src/components/anime_card.rs:5:21
[INFO] [stdout] |
[INFO] [stdout] 5 | use super::stores::{AnimeObj, AnimeObjAsProp};
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `rc::Rc`, `result`
[INFO] [stdout] --> src/components/anime_result.rs:1:11
[INFO] [stdout] |
[INFO] [stdout] 1 | use std::{rc::Rc, result};
[INFO] [stdout] | ^^^^^^ ^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `AnimeObj`
[INFO] [stdout] --> src/components/anime_card.rs:5:21
[INFO] [stdout] |
[INFO] [stdout] 5 | use super::stores::{AnimeObj, AnimeObjAsProp};
[INFO] [stdout] | ^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_card.rs:72:23
[INFO] [stdout] |
[INFO] [stdout] 72 |
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 72 -
[INFO] [stdout] 72 +
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `DARK_THEME`
[INFO] [stdout] --> src/components/anime_desc.rs:6:113
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::{components::{animeobjcontext_provider::AnimeObjContext, appcontext_provider::{AppContext, Language, DARK_THEME}, char_card::C...
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `AnimeObjAsProp`, `AnimeObj`
[INFO] [stdout] --> src/components/anime_desc.rs:8:21
[INFO] [stdout] |
[INFO] [stdout] 8 | use super::stores::{AnimeObj, AnimeObjAsProp, CharWrapper};
[INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_card.rs:72:23
[INFO] [stdout] |
[INFO] [stdout] 72 |
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 72 -
[INFO] [stdout] 72 +
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:140:27
[INFO] [stdout] |
[INFO] [stdout] 140 |
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 140 -
[INFO] [stdout] 140 +
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:146:21
[INFO] [stdout] |
[INFO] [stdout] 146 | (anime_obj
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 155 | .join(", ")
[INFO] [stdout] | ____________________________________^
[INFO] [stdout] 156 | | )
[INFO] [stdout] | |_________________^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 146 ~ anime_obj
[INFO] [stdout] 147 | .anime_obj
[INFO] [stdout] ...
[INFO] [stdout] 154 | .collect::>()
[INFO] [stdout] 155 ~ .join(", ")
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:160:21
[INFO] [stdout] |
[INFO] [stdout] 160 | (anime_obj
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 169 | .join(" | ")
[INFO] [stdout] | _____________________________________^
[INFO] [stdout] 170 | | )
[INFO] [stdout] | |_________________^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 160 ~ anime_obj
[INFO] [stdout] 161 | .anime_obj
[INFO] [stdout] ...
[INFO] [stdout] 168 | .collect::>()
[INFO] [stdout] 169 ~ .join(" | ")
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:174:53
[INFO] [stdout] |
[INFO] [stdout] 174 | ... {"Rating "}{(anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0))}{" / 10.0"}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 174 - {"Rating "}{(anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0))}{" / 10.0"}
[INFO] [stdout] 174 + {"Rating "}{anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0)}{" / 10.0"}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `DARK_THEME`
[INFO] [stdout] --> src/components/anime_desc.rs:6:113
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::{components::{animeobjcontext_provider::AnimeObjContext, appcontext_provider::{AppContext, Language, DARK_THEME}, char_card::C...
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:175:52
[INFO] [stdout] |
[INFO] [stdout] 175 | {"Episodes "}{(anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0))}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 175 - {"Episodes "}{(anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0))}
[INFO] [stdout] 175 + {"Episodes "}{anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0)}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:176:51
[INFO] [stdout] |
[INFO] [stdout] 176 | ...>{"Status "}{(anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string()))}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 176 - {"Status "}{(anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string()))}
[INFO] [stdout] 176 + {"Status "}{anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string())}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `utils::handle_theme`
[INFO] [stdout] --> src/components/loading.rs:4:58
[INFO] [stdout] |
[INFO] [stdout] 4 | use crate::{components::appcontext_provider::AppContext, utils::handle_theme};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/components/anime_result_v2.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `Route`
[INFO] [stdout] --> src/components/anime_result_v2.rs:6:126
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::{components::{anime_card::AnimeCard, appcontext_provider::AppContext, stores::NavbarSearch}, utils::handle_theme, Route};
[INFO] [stdout] | ^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `NavbarSearch` is imported redundantly
[INFO] [stdout] --> src/components/TEMPLATE.rs:5:58
[INFO] [stdout] |
[INFO] [stdout] 5 | use crate::components::{appcontext_provider::AppContext, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 | use crate::components::stores::*;
[INFO] [stdout] | ---------------------------- the item `NavbarSearch` is already imported here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/TEMPLATE.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::utils::handle_theme`
[INFO] [stdout] --> src/components/TEMPLATE.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::utils::handle_theme;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused imports: `AnimeObjAsProp`, `AnimeObj`
[INFO] [stdout] --> src/components/anime_desc.rs:8:21
[INFO] [stdout] |
[INFO] [stdout] 8 | use super::stores::{AnimeObj, AnimeObjAsProp, CharWrapper};
[INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::stores::*`
[INFO] [stdout] --> src/components/TEMPLATE.rs:8:5
[INFO] [stdout] |
[INFO] [stdout] 8 | use crate::components::stores::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/episode_card.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:140:27
[INFO] [stdout] |
[INFO] [stdout] 140 |
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 140 -
[INFO] [stdout] 140 +
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:146:21
[INFO] [stdout] |
[INFO] [stdout] 146 | (anime_obj
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 155 | .join(", ")
[INFO] [stdout] | ____________________________________^
[INFO] [stdout] 156 | | )
[INFO] [stdout] | |_________________^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 146 ~ anime_obj
[INFO] [stdout] 147 | .anime_obj
[INFO] [stdout] ...
[INFO] [stdout] 154 | .collect::>()
[INFO] [stdout] 155 ~ .join(", ")
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:160:21
[INFO] [stdout] |
[INFO] [stdout] 160 | (anime_obj
[INFO] [stdout] | ^
[INFO] [stdout] ...
[INFO] [stdout] 169 | .join(" | ")
[INFO] [stdout] | _____________________________________^
[INFO] [stdout] 170 | | )
[INFO] [stdout] | |_________________^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 160 ~ anime_obj
[INFO] [stdout] 161 | .anime_obj
[INFO] [stdout] ...
[INFO] [stdout] 168 | .collect::>()
[INFO] [stdout] 169 ~ .join(" | ")
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:174:53
[INFO] [stdout] |
[INFO] [stdout] 174 | ... {"Rating "}{(anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0))}{" / 10.0"}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 174 - {"Rating "}{(anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0))}{" / 10.0"}
[INFO] [stdout] 174 + {"Rating "}{anime_obj.anime_obj.as_ref().unwrap().score.as_ref().unwrap_or(&0.0)}{" / 10.0"}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:175:52
[INFO] [stdout] |
[INFO] [stdout] 175 | {"Episodes "}{(anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0))}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 175 - {"Episodes "}{(anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0))}
[INFO] [stdout] 175 + {"Episodes "}{anime_obj.anime_obj.as_ref().unwrap().episodes.as_ref().unwrap_or(&0)}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unnecessary parentheses around function argument
[INFO] [stdout] --> src/components/anime_desc.rs:176:51
[INFO] [stdout] |
[INFO] [stdout] 176 | ...>{"Status "}{(anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string()))}
[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout] |
[INFO] [stdout] 176 - {"Status "}{(anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string()))}
[INFO] [stdout] 176 + {"Status "}{anime_obj.anime_obj.as_ref().clone().unwrap().status.as_ref().unwrap_or(&"Unavailable".to_string())}
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `utils::handle_theme`
[INFO] [stdout] --> src/components/loading.rs:4:58
[INFO] [stdout] |
[INFO] [stdout] 4 | use crate::{components::appcontext_provider::AppContext, utils::handle_theme};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `gloo::console::log`
[INFO] [stdout] --> src/components/anime_result_v2.rs:1:5
[INFO] [stdout] |
[INFO] [stdout] 1 | use gloo::console::log;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `Route`
[INFO] [stdout] --> src/components/anime_result_v2.rs:6:126
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::{components::{anime_card::AnimeCard, appcontext_provider::AppContext, stores::NavbarSearch}, utils::handle_theme, Route};
[INFO] [stdout] | ^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the item `NavbarSearch` is imported redundantly
[INFO] [stdout] --> src/components/TEMPLATE.rs:5:58
[INFO] [stdout] |
[INFO] [stdout] 5 | use crate::components::{appcontext_provider::AppContext, stores::NavbarSearch};
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 | use crate::components::stores::*;
[INFO] [stdout] | ---------------------------- the item `NavbarSearch` is already imported here
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/TEMPLATE.rs:6:5
[INFO] [stdout] |
[INFO] [stdout] 6 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::utils::handle_theme`
[INFO] [stdout] --> src/components/TEMPLATE.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::utils::handle_theme;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::stores::*`
[INFO] [stdout] --> src/components/TEMPLATE.rs:8:5
[INFO] [stdout] |
[INFO] [stdout] 8 | use crate::components::stores::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `crate::components::routes::Route`
[INFO] [stdout] --> src/components/episode_card.rs:7:5
[INFO] [stdout] |
[INFO] [stdout] 7 | use crate::components::routes::Route;
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::prelude`
[INFO] [stdout] --> src/utils.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use yewdux::prelude::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::prelude`
[INFO] [stdout] --> src/components/char_card.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use yewdux::prelude::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `r_state`
[INFO] [stdout] --> src/components/top_navbar.rs:21:10
[INFO] [stdout] |
[INFO] [stdout] 21 | let (r_state, r_disp) = use_store::();
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_state`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav_used`
[INFO] [stdout] --> src/components/top_navbar.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let nav_used = navigator.clone();
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nav_used`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/top_navbar.rs:38:13
[INFO] [stdout] |
[INFO] [stdout] 38 | let nav = navigator.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `theme_tog_label` is never read
[INFO] [stdout] --> src/components/top_navbar.rs:54:13
[INFO] [stdout] |
[INFO] [stdout] 54 | let mut theme_tog_label = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:25:30
[INFO] [stdout] |
[INFO] [stdout] 25 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:40:30
[INFO] [stdout] |
[INFO] [stdout] 40 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:73:15
[INFO] [stdout] |
[INFO] [stdout] 73 | move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:80:15
[INFO] [stdout] |
[INFO] [stdout] 80 | move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:141:43
[INFO] [stdout] |
[INFO] [stdout] 141 | let clear_text = Callback::from(move |event: FocusEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `query`
[INFO] [stdout] --> src/components/top_navbar.rs:163:17
[INFO] [stdout] |
[INFO] [stdout] 163 | let query = query.clone();
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/components/top_navbar.rs:109:21
[INFO] [stdout] |
[INFO] [stdout] 109 | let mut result: QueryResult;
[INFO] [stdout] | ----^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/components/top_navbar.rs:192:17
[INFO] [stdout] |
[INFO] [stdout] 192 | let mut user_ok: bool;
[INFO] [stdout] | ----^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/home_page.rs:24:13
[INFO] [stdout] |
[INFO] [stdout] 24 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/home_page.rs:25:14
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/home_page.rs:25:25
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::prelude`
[INFO] [stdout] --> src/utils.rs:9:5
[INFO] [stdout] |
[INFO] [stdout] 9 | use yewdux::prelude::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `yewdux::prelude`
[INFO] [stdout] --> src/components/char_card.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use yewdux::prelude::*;
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `r_state`
[INFO] [stdout] --> src/components/top_navbar.rs:21:10
[INFO] [stdout] |
[INFO] [stdout] 21 | let (r_state, r_disp) = use_store::();
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_r_state`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav_used`
[INFO] [stdout] --> src/components/top_navbar.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let nav_used = navigator.clone();
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nav_used`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/top_navbar.rs:38:13
[INFO] [stdout] |
[INFO] [stdout] 38 | let nav = navigator.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `theme_tog_label` is never read
[INFO] [stdout] --> src/components/top_navbar.rs:54:13
[INFO] [stdout] |
[INFO] [stdout] 54 | let mut theme_tog_label = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:25:30
[INFO] [stdout] |
[INFO] [stdout] 25 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:40:30
[INFO] [stdout] |
[INFO] [stdout] 40 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:73:15
[INFO] [stdout] |
[INFO] [stdout] 73 | move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:80:15
[INFO] [stdout] |
[INFO] [stdout] 80 | move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/top_navbar.rs:141:43
[INFO] [stdout] |
[INFO] [stdout] 141 | let clear_text = Callback::from(move |event: FocusEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `query`
[INFO] [stdout] --> src/components/top_navbar.rs:163:17
[INFO] [stdout] |
[INFO] [stdout] 163 | let query = query.clone();
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/components/top_navbar.rs:109:21
[INFO] [stdout] |
[INFO] [stdout] 109 | let mut result: QueryResult;
[INFO] [stdout] | ----^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout] --> src/components/top_navbar.rs:192:17
[INFO] [stdout] |
[INFO] [stdout] 192 | let mut user_ok: bool;
[INFO] [stdout] | ----^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | help: remove this `mut`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/home_page.rs:24:13
[INFO] [stdout] |
[INFO] [stdout] 24 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/home_page.rs:25:14
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/home_page.rs:25:25
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/anime_result.rs:25:21
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = use_store::();
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `anime_episode`
[INFO] [stdout] --> src/components/anime_result.rs:27:9
[INFO] [stdout] |
[INFO] [stdout] 27 | let anime_episode = use_state(|| AnimeEpisode{..Default::default()});
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_anime_episode`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:113:31
[INFO] [stdout] |
[INFO] [stdout] 113 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:124:27
[INFO] [stdout] |
[INFO] [stdout] 124 | move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8).update_loading_page_into(true));
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result.rs:167:25
[INFO] [stdout] |
[INFO] [stdout] 167 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:159:31
[INFO] [stdout] |
[INFO] [stdout] 159 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:168:27
[INFO] [stdout] |
[INFO] [stdout] 168 | ... move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8).update_loading_page_into(true))}}>{n})
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `title_rendered` is never read
[INFO] [stdout] --> src/components/anime_card.rs:39:13
[INFO] [stdout] |
[INFO] [stdout] 39 | let mut title_rendered = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/anime_card.rs:20:30
[INFO] [stdout] |
[INFO] [stdout] 20 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `title_rendered` is never read
[INFO] [stdout] --> src/components/anime_desc.rs:36:13
[INFO] [stdout] |
[INFO] [stdout] 36 | let mut title_rendered = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `default_title` is never read
[INFO] [stdout] --> src/components/anime_desc.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let mut default_title = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/anime_result.rs:25:21
[INFO] [stdout] |
[INFO] [stdout] 25 | let (nbs_state, nbs_disp) = use_store::();
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `anime_episode`
[INFO] [stdout] --> src/components/anime_result.rs:27:9
[INFO] [stdout] |
[INFO] [stdout] 27 | let anime_episode = use_state(|| AnimeEpisode{..Default::default()});
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_anime_episode`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:113:31
[INFO] [stdout] |
[INFO] [stdout] 113 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:124:27
[INFO] [stdout] |
[INFO] [stdout] 124 | move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8).update_loading_page_into(true));
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result.rs:167:25
[INFO] [stdout] |
[INFO] [stdout] 167 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:159:31
[INFO] [stdout] |
[INFO] [stdout] 159 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result.rs:168:27
[INFO] [stdout] |
[INFO] [stdout] 168 | ... move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8).update_loading_page_into(true))}}>{n})
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/footer.rs:10:24
[INFO] [stdout] |
[INFO] [stdout] 10 | let back_to_top = |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result_v2.rs:26:13
[INFO] [stdout] |
[INFO] [stdout] 26 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result_v2.rs:97:25
[INFO] [stdout] |
[INFO] [stdout] 97 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result_v2.rs:89:31
[INFO] [stdout] |
[INFO] [stdout] 89 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `title_rendered` is never read
[INFO] [stdout] --> src/components/anime_card.rs:39:13
[INFO] [stdout] |
[INFO] [stdout] 39 | let mut title_rendered = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result_v2.rs:98:27
[INFO] [stdout] |
[INFO] [stdout] 98 | move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8))}}>{n})
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout] --> src/components/anime_card.rs:20:30
[INFO] [stdout] |
[INFO] [stdout] 20 | Callback::from(move |event: MouseEvent| {
[INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `title_rendered` is never read
[INFO] [stdout] --> src/components/anime_desc.rs:36:13
[INFO] [stdout] |
[INFO] [stdout] 36 | let mut title_rendered = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: value assigned to `default_title` is never read
[INFO] [stdout] --> src/components/anime_desc.rs:37:13
[INFO] [stdout] |
[INFO] [stdout] 37 | let mut default_title = "".to_string();
[INFO] [stdout] | ^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = help: maybe it is overwritten before being read?
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/back_btn.rs:7:22
[INFO] [stdout] |
[INFO] [stdout] 7 | let back = move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `app_ctx`
[INFO] [stdout] --> src/components/TEMPLATE.rs:17:13
[INFO] [stdout] |
[INFO] [stdout] 17 | let app_ctx = app_ctx.clone();
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_ctx`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/TEMPLATE.rs:18:13
[INFO] [stdout] |
[INFO] [stdout] 18 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/TEMPLATE.rs:19:14
[INFO] [stdout] |
[INFO] [stdout] 19 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/TEMPLATE.rs:19:25
[INFO] [stdout] |
[INFO] [stdout] 19 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/episode_card.rs:28:13
[INFO] [stdout] |
[INFO] [stdout] 28 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/episode_card.rs:29:14
[INFO] [stdout] |
[INFO] [stdout] 29 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/episode_card.rs:29:25
[INFO] [stdout] |
[INFO] [stdout] 29 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/footer.rs:10:24
[INFO] [stdout] |
[INFO] [stdout] 10 | let back_to_top = |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: constant `AUTO_THEME` is never used
[INFO] [stdout] --> src/components/appcontext_provider.rs:24:11
[INFO] [stdout] |
[INFO] [stdout] 24 | pub const AUTO_THEME: Theme = Theme::Auto;
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: module `TEMPLATE` should have a snake case name
[INFO] [stdout] --> src/components/mod.rs:17:9
[INFO] [stdout] |
[INFO] [stdout] 17 | pub mod TEMPLATE;
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `template`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result_v2.rs:26:13
[INFO] [stdout] |
[INFO] [stdout] 26 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/anime_result_v2.rs:97:25
[INFO] [stdout] |
[INFO] [stdout] 97 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result_v2.rs:89:31
[INFO] [stdout] |
[INFO] [stdout] 89 | move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/anime_result_v2.rs:98:27
[INFO] [stdout] |
[INFO] [stdout] 98 | move |e: MouseEvent| {app_ctx.dispatch((*app_ctx).update_page_into(n as u8))}}>{n})
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `e`
[INFO] [stdout] --> src/components/back_btn.rs:7:22
[INFO] [stdout] |
[INFO] [stdout] 7 | let back = move |e: MouseEvent| {
[INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `app_ctx`
[INFO] [stdout] --> src/components/TEMPLATE.rs:17:13
[INFO] [stdout] |
[INFO] [stdout] 17 | let app_ctx = app_ctx.clone();
[INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_app_ctx`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/TEMPLATE.rs:18:13
[INFO] [stdout] |
[INFO] [stdout] 18 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/TEMPLATE.rs:19:14
[INFO] [stdout] |
[INFO] [stdout] 19 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/TEMPLATE.rs:19:25
[INFO] [stdout] |
[INFO] [stdout] 19 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nav`
[INFO] [stdout] --> src/components/episode_card.rs:28:13
[INFO] [stdout] |
[INFO] [stdout] 28 | let nav = nav.clone();
[INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_nav`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_state`
[INFO] [stdout] --> src/components/episode_card.rs:29:14
[INFO] [stdout] |
[INFO] [stdout] 29 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_state`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `nbs_disp`
[INFO] [stdout] --> src/components/episode_card.rs:29:25
[INFO] [stdout] |
[INFO] [stdout] 29 | let (nbs_state, nbs_disp) = (nbs_state.clone(), nbs_disp.clone());
[INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nbs_disp`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: constant `AUTO_THEME` is never used
[INFO] [stdout] --> src/components/appcontext_provider.rs:24:11
[INFO] [stdout] |
[INFO] [stdout] 24 | pub const AUTO_THEME: Theme = Theme::Auto;
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: module `TEMPLATE` should have a snake case name
[INFO] [stdout] --> src/components/mod.rs:17:9
[INFO] [stdout] |
[INFO] [stdout] 17 | pub mod TEMPLATE;
[INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `template`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 83 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 83 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.95s
[INFO] running `Command { std: "docker" "inspect" "286ed9bc646e3232d24cc5470e4ad07c96da7fd7b0a1bb881c66daaf341ecfb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "286ed9bc646e3232d24cc5470e4ad07c96da7fd7b0a1bb881c66daaf341ecfb9", kill_on_drop: false }`
[INFO] [stdout] 286ed9bc646e3232d24cc5470e4ad07c96da7fd7b0a1bb881c66daaf341ecfb9