warning: variable does not need to be mutable
--> src/render.rs:160:13
|
160 | let mut t = app
| ----^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
warning: associated function is never used: `new`
--> src/render.rs:1319:12
|
1319 | pub fn new() -> SectionMGRList<'a> {
| ^^^
|
= note: `#[warn(dead_code)]` on by default
warning: 2 warnings emitted
I see this warning from
cargo build --release
: