build(deps): bump flask from 0.12.1 to 2.2.5 in /examples/python #247
GitHub Actions / clippy
succeeded
Mar 12, 2024 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0-nightly (4a0cc881d 2024-03-11)
- cargo 1.78.0-nightly (a4c63fe53 2024-03-06)
- clippy 0.1.78 (4a0cc88 2024-03-11)
Annotations
Check warning on line 12 in src/engine.rs
github-actions / clippy
the item `Iterator` is imported redundantly
warning: the item `Iterator` is imported redundantly
--> src/engine.rs:12:5
|
12 | use std::iter::Iterator;
| ^^^^^^^^^^^^^^^^^^^
--> /rustc/4a0cc881dcc4d800f10672747f61a94377ff6662/library/std/src/prelude/mod.rs:115:13
|
= note: the item `Iterator` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
Loading