linuxでgitからビルドしてるのですが、毎度
Running DevCommand (`cargo run --no-default-features --color always --`)
Info Watching /home/sb/5ch-browser-template/apps/desktop/src-tauri for changes...
Info Watching /home/sb/5ch-browser-template/crates/core-auth for changes...
Info Watching /home/sb/5ch-browser-template/crates/core-fetch for changes...
Info Watching /home/sb/5ch-browser-template/crates/core-parse for changes...
Info Watching /home/sb/5ch-browser-template/crates/core-store for changes...
warning: variable does not need to be mutable
--> crates/core-fetch/src/lib.rs:608:30
|
608 | let (s2, c2, r2, mut b2) =
| ----^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default

warning: `core-fetch` (lib) generated 1 warning (run `cargo fix --lib -p core-fetch` to apply 1 suggestion)
みたいなエラー吐きますが気の所為でしょうか