Support window icon (#302) #653
clippy
6 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 6 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.76.0 (07dca489a 2024-02-04)
- cargo 1.76.0 (c84b36747 2024-01-18)
- clippy 0.1.76 (07dca48 2024-02-04)
Annotations
Check failure on line 374 in src/screen/launcher.rs
github-actions / clippy
redundant redefinition of a binding `idx`
error: redundant redefinition of a binding `idx`
--> src/screen/launcher.rs:374:21
|
374 | let idx = idx;
| ^^^^^^^^^^^^^^
|
help: `idx` is initially defined here
--> src/screen/launcher.rs:195:17
|
195 | let idx = account.0;
| ^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
Check failure on line 374 in src/screen/launcher.rs
github-actions / clippy
redundant redefinition of a binding `idx`
error: redundant redefinition of a binding `idx`
--> src/screen/launcher.rs:374:21
|
374 | let idx = idx;
| ^^^^^^^^^^^^^^
|
help: `idx` is initially defined here
--> src/screen/launcher.rs:195:17
|
195 | let idx = account.0;
| ^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
Check failure on line 336 in src/screen/launcher.rs
github-actions / clippy
redundant redefinition of a binding `idx`
error: redundant redefinition of a binding `idx`
--> src/screen/launcher.rs:336:21
|
336 | let idx = idx;
| ^^^^^^^^^^^^^^
|
help: `idx` is initially defined here
--> src/screen/launcher.rs:195:17
|
195 | let idx = account.0;
| ^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
Check failure on line 336 in src/screen/launcher.rs
github-actions / clippy
redundant redefinition of a binding `idx`
error: redundant redefinition of a binding `idx`
--> src/screen/launcher.rs:336:21
|
336 | let idx = idx;
| ^^^^^^^^^^^^^^
|
help: `idx` is initially defined here
--> src/screen/launcher.rs:195:17
|
195 | let idx = account.0;
| ^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
Check failure on line 219 in src/screen/launcher.rs
github-actions / clippy
redundant redefinition of a binding `idx`
error: redundant redefinition of a binding `idx`
--> src/screen/launcher.rs:219:21
|
219 | let idx = idx;
| ^^^^^^^^^^^^^^
|
help: `idx` is initially defined here
--> src/screen/launcher.rs:195:17
|
195 | let idx = account.0;
| ^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
= note: `#[deny(clippy::redundant_locals)]` on by default
Check failure on line 219 in src/screen/launcher.rs
github-actions / clippy
redundant redefinition of a binding `idx`
error: redundant redefinition of a binding `idx`
--> src/screen/launcher.rs:219:21
|
219 | let idx = idx;
| ^^^^^^^^^^^^^^
|
help: `idx` is initially defined here
--> src/screen/launcher.rs:195:17
|
195 | let idx = account.0;
| ^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals
= note: `#[deny(clippy::redundant_locals)]` on by default