Merge pull request #147 from alucryd/develop #182
Annotations
11 warnings
field `regions_hashes` is never read:
src/model.rs#L236
warning: field `regions_hashes` is never read
--> src/model.rs:236:9
|
228 | pub struct Irdfile {
| ------- field in this struct
...
236 | pub regions_hashes: Vec<String>,
| ^^^^^^^^^^^^^^
|
function `find_roms_with_romfile_by_system_id` is never used:
src/database.rs#L1242
warning: function `find_roms_with_romfile_by_system_id` is never used
--> src/database.rs:1242:14
|
1242 | pub async fn find_roms_with_romfile_by_system_id(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
function `find_roms` is never used:
src/database.rs#L1101
warning: function `find_roms` is never used
--> src/database.rs:1101:14
|
1101 | pub async fn find_roms(connection: &mut SqliteConnection) -> Vec<Rom> {
| ^^^^^^^^^
|
function `find_games` is never used:
src/database.rs#L679
warning: function `find_games` is never used
--> src/database.rs:679:14
|
679 | pub async fn find_games(connection: &mut SqliteConnection) -> Vec<Game> {
| ^^^^^^^^^^
|
field `size` is never read:
src/ctrtool.rs#L28
warning: field `size` is never read
--> src/ctrtool.rs:28:9
|
26 | pub struct ArchiveInfo {
| ----------- field in this struct
27 | pub path: String,
28 | pub size: u64,
| ^^^^
|
= note: `ArchiveInfo` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, mozilla-actions/sccache-action@v0.0.3, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|