Dzejkop/refactor-db-code #818
Annotations
19 warnings
Vet Dependencies
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
trait `DbMethods` is never used:
src/database/methods.rs#L22
warning: trait `DbMethods` is never used
--> src/database/methods.rs:22:11
|
22 | pub trait DbMethods<'c>: Acquire<'c, Database = Postgres> + Sized {
| ^^^^^^^^^
|
constant `MAX_UNPROCESSED_FETCH_COUNT` is never used:
src/database/methods.rs#L19
warning: constant `MAX_UNPROCESSED_FETCH_COUNT` is never used
--> src/database/methods.rs:19:7
|
19 | const MAX_UNPROCESSED_FETCH_COUNT: i64 = 10_000;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
trait `DbMethods` is never used:
src/database/methods.rs#L22
warning: trait `DbMethods` is never used
--> src/database/methods.rs:22:11
|
22 | pub trait DbMethods<'c>: Acquire<'c, Database = Postgres> + Sized {
| ^^^^^^^^^
|
constant `MAX_UNPROCESSED_FETCH_COUNT` is never used:
src/database/methods.rs#L19
warning: constant `MAX_UNPROCESSED_FETCH_COUNT` is never used
--> src/database/methods.rs:19:7
|
19 | const MAX_UNPROCESSED_FETCH_COUNT: i64 = 10_000;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
trait `DbMethods` is never used:
src/database/methods.rs#L22
warning: trait `DbMethods` is never used
--> src/database/methods.rs:22:11
|
22 | pub trait DbMethods<'c>: Acquire<'c, Database = Postgres> + Sized {
| ^^^^^^^^^
|
constant `MAX_UNPROCESSED_FETCH_COUNT` is never used:
src/database/methods.rs#L19
warning: constant `MAX_UNPROCESSED_FETCH_COUNT` is never used
--> src/database/methods.rs:19:7
|
19 | const MAX_UNPROCESSED_FETCH_COUNT: i64 = 10_000;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions/cache@v3, actions-rs/clippy-check@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
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/
|
Lint
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/
|
Lint
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/
|
Lint
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/
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test
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/
|
Test
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/
|
Test
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/
|
Test
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/
|