Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump flask from 0.12.1 to 2.2.5 in /examples/python #247

Merged
merged 4 commits into from
Mar 12, 2024

Merge branch 'main' into dependabot/pip/examples/python/flask-2.2.5

9ab05f1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

build(deps): bump flask from 0.12.1 to 2.2.5 in /examples/python #247

Merge branch 'main' into dependabot/pip/examples/python/flask-2.2.5
9ab05f1
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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