whoops #135
GitHub Actions / Clippy Result (stable)
succeeded
Dec 24, 2023 in 34s
Clippy (Stable ~ Linux/x86_64)
Clippy was successful!
Details
Running cargo clippy
took roughly ~34299ms to complete
- Working Directory: repository directory
Annotations
Check warning on line 89 in /home/runner/work/ensemble/ensemble/ensemble/src/lib.rs
github-actions / Clippy Result (stable)
/home/runner/work/ensemble/ensemble/ensemble/src/lib.rs#L89
methods `is_mysql` and `is_postgres` are never used
Raw output
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
Check warning on line 0 in ./file/that/probably/doesnt/exist.rs
github-actions / Clippy Result (stable)
./file/that/probably/doesnt/exist.rs#L0
2 warnings emitted
Raw output
warning: 2 warnings emitted
Loading