fix where_or queries #125
GitHub Actions / Clippy Result (stable)
succeeded
Dec 14, 2023 in 34s
Clippy (Stable ~ Linux/x86_64)
Clippy was successful!
Details
Running cargo clippy
took roughly ~34232ms to complete
- Working Directory: repository directory
Annotations
Check warning on line 1 in /home/runner/work/ensemble/ensemble/ensemble/src/lib.rs
github-actions / Clippy Result (stable)
/home/runner/work/ensemble/ensemble/ensemble/src/lib.rs#L1
unused import: `fastdate::Date`
Raw output
warning: unused import: `fastdate::Date`
--> ensemble/src/types/datetime.rs:1:5
|
1 | use fastdate::Date;
| ^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
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
3 warnings emitted
Raw output
warning: 3 warnings emitted
Loading