Skip to content

Bump tokio

Bump tokio #100

GitHub Actions / clippy failed Mar 10, 2024 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.78.0-nightly (2d24fe591 2024-03-09)
  • cargo 1.78.0-nightly (a4c63fe53 2024-03-06)
  • clippy 0.1.78 (2d24fe5 2024-03-09)

Annotations

Check failure on line 89 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.22/src/server/tcp.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `with_retries` found for struct `TcpKeepalive` in the current scope

error[E0599]: no method named `with_retries` found for struct `TcpKeepalive` in the current scope
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.22/src/server/tcp.rs:89:12
   |
89 |         ka.with_retries(retries)
   |            ^^^^^^^^^^^^
   |
help: there is a method `with_time` with a similar name
   |
89 |         ka.with_time(retries)
   |            ~~~~~~~~~

Check failure on line 59 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.22/src/server/tcp.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no method named `with_interval` found for struct `TcpKeepalive` in the current scope

error[E0599]: no method named `with_interval` found for struct `TcpKeepalive` in the current scope
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.22/src/server/tcp.rs:59:12
   |
59 |         ka.with_interval(interval)
   |            ^^^^^^^^^^^^^ method not found in `TcpKeepalive`