Skip to content

feat!: support waiting from both standard streams #1079

feat!: support waiting from both standard streams

feat!: support waiting from both standard streams #1079

GitHub Actions / clippy succeeded Jul 8, 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.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b9 2024-06-10)

Annotations

Check warning on line 9 in testcontainers/src/core/wait/mod.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `logs::LogSource`

warning: unused import: `logs::LogSource`
 --> testcontainers/src/core/wait/mod.rs:9:28
  |
9 |     core::{client::Client, logs::LogSource},
  |                            ^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default