You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: unused variable: `a`
--> mpv-easy-ext\./src/main.rs:2:9
|
2 | let a = 1;
| ^ help: if this is intentional, prefix it with an underscore: `_a`
|
= note: `#[warn(unused_variables)]` on by default
warning: `mpv-easy-ext` (bin "mpv-easy-ext") generated 1 warning
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s
Reproducer
I can’t reproduce this bug in a new cargo project.
[[bin]]
name = "mpv-easy-ext"path = "./src/main.rs"
It would be a cargo issue that happens with cargo check/cargo build too so worth opening an issue there, I couldn't find an existing one from a quick search
Summary
Reproducer
I can’t reproduce this bug in a new cargo project.
./mpv-easy/mpv-easy-ext/src/main.rs
I expected to see this happen:
Instead, this happened:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: