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

fix: remove simulation #723

Merged
merged 1 commit into from
May 2, 2024

remove simulation

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

fix: remove simulation #723

remove simulation
946c2d6
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded May 2, 2024 in 0s

clippy

20 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 20
Note 0
Help 0

Versions

  • rustc 1.78.0-nightly (268dbbbc4 2024-02-04)
  • cargo 1.78.0-nightly (7bb7b5395 2024-01-20)
  • clippy 0.1.77 (268dbbb 2024-02-04)

Annotations

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 750 in tests/common/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> tests/common/mod.rs:750:19
    |
750 | async fn spawn_db<'a>(docker: &'a Cli) -> anyhow::Result<DockerContainer<'a>> {
    |                   ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 897 in src/database/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the following explicit lifetimes could be elided: 'a

warning: the following explicit lifetimes could be elided: 'a
   --> src/database/mod.rs:897:23
    |
897 |     async fn setup_db<'a>(docker: &'a Cli) -> anyhow::Result<(Database, DockerContainer)> {
    |                       ^^           ^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
    = note: `#[warn(clippy::needless_lifetimes)]` on by default

Check warning on line 4 in src/ethereum/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ethers::providers::Middleware`

warning: unused import: `ethers::providers::Middleware`
 --> src/ethereum/mod.rs:4:5
  |
4 | use ethers::providers::Middleware;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

Check warning on line 4 in src/ethereum/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ethers::providers::Middleware`

warning: unused import: `ethers::providers::Middleware`
 --> src/ethereum/mod.rs:4:5
  |
4 | use ethers::providers::Middleware;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

Check warning on line 4 in src/ethereum/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `ethers::providers::Middleware`

warning: unused import: `ethers::providers::Middleware`
 --> src/ethereum/mod.rs:4:5
  |
4 | use ethers::providers::Middleware;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default