Configure Sweep #132
Annotations
8 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, 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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
Run actions-rs/toolchain@v1
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/
|
📎 Clippy:
ensemble/src/lib.rs#L105
warning: unreachable expression
--> ensemble/src/connection.rs:105:2
|
100 | panic!("Either the `mysql` or `postgres` feature must be enabled to use `ensemble`.");
| ------------------------------------------------------------------------------------- any code following this expression is unreachable
...
105 | / if cfg!(feature = "mysql") {
106 | | Database::MySQL
107 | | } else {
108 | | Database::PostgreSQL
109 | | }
| |_____^ unreachable expression
|
= note: `#[warn(unreachable_code)]` on by default
|
📎 Clippy:
ensemble/src/lib.rs#L89
warning: methods `is_mysql` and `is_postgres` are never used
--> ensemble/src/connection.rs:89:15
|
88 | impl Database {
| ------------- methods in this implementation
89 | pub const fn is_mysql(&self) -> bool {
| ^^^^^^^^
...
93 | pub const fn is_postgres(&self) -> bool {
| ^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
📎 Clippy
warning: 2 warnings emitted
|
The logs for this run have expired and are no longer available.
Loading