Skip to content

chore: get rid of outdated variables naming #1044

chore: get rid of outdated variables naming

chore: get rid of outdated variables naming #1044

GitHub Actions / clippy succeeded Jul 6, 2024 in 0s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
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 109 in testcontainers/src/core/client.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

method `logs` is never used

warning: method `logs` is never used
   --> testcontainers/src/core/client.rs:109:19
    |
91  | impl Client {
    | ----------- method in this implementation
...
109 |     pub(crate) fn logs(&self, id: &str, follow: bool) -> LogStream {
    |                   ^^^^
    |
    = note: `#[warn(dead_code)]` on by default

Check warning on line 4 in testcontainers/src/core/containers/async_container.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `tokio_stream::StreamExt`

warning: unused import: `tokio_stream::StreamExt`
 --> testcontainers/src/core/containers/async_container.rs:4:5
  |
4 | use tokio_stream::StreamExt;
  |     ^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default