Skip to content

bundle a dolphin-tool executable to run tests on github action #24

bundle a dolphin-tool executable to run tests on github action

bundle a dolphin-tool executable to run tests on github action #24

GitHub Actions / clippy succeeded Mar 12, 2024 in 0s

clippy

3 warnings

Details

Results

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

Versions

  • rustc 1.76.0 (07dca489a 2024-02-04)
  • cargo 1.76.0 (c84b36747 2024-01-18)
  • clippy 0.1.76 (07dca48 2024-02-04)

Annotations

Check warning on line 1218 in src/database.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

function `find_roms_with_romfile_by_system_id` is never used

warning: function `find_roms_with_romfile_by_system_id` is never used
    --> src/database.rs:1218:14
     |
1218 | pub async fn find_roms_with_romfile_by_system_id(
     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 1077 in src/database.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

function `find_roms` is never used

warning: function `find_roms` is never used
    --> src/database.rs:1077:14
     |
1077 | pub async fn find_roms(connection: &mut SqliteConnection) -> Vec<Rom> {
     |              ^^^^^^^^^

Check warning on line 675 in src/database.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

function `find_games` is never used

warning: function `find_games` is never used
   --> src/database.rs:675:14
    |
675 | pub async fn find_games(connection: &mut SqliteConnection) -> Vec<Game> {
    |              ^^^^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default