Skip to content
GitHub Actions / clippy failed May 18, 2024 in 0s

clippy

1 error, 3 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 3
Note 0
Help 0

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 327 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `merge` in this scope

error[E0425]: cannot find function `merge` in this scope
   --> src/main.rs:327:13
    |
327 |             merge(merge_args).await?;
    |             ^^^^^ not found in this scope

Check warning on line 42 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `merge_directory::MergeDirectory`

warning: unused import: `merge_directory::MergeDirectory`
  --> src/main.rs:42:5
   |
42 |     merge_directory::MergeDirectory,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 21 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `DirectoryClone`

warning: unused import: `DirectoryClone`
  --> src/main.rs:21:17
   |
21 |     directory::{DirectoryClone, FileSlice, MmapDirectory},
   |                 ^^^^^^^^^^^^^^

Check warning on line 14 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `MergeArgs`

warning: unused import: `MergeArgs`
  --> src/main.rs:14:23
   |
14 | use args::{IndexArgs, MergeArgs, SearchArgs};
   |                       ^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default