chore(deps): update rust crate uuid to 1.12.1 (#226) #181
GitHub Actions / clippy
succeeded
Jan 21, 2025 in 1s
clippy
2 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 2 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.84.0 (9fc6b4312 2025-01-07)
- cargo 1.84.0 (66221abde 2024-11-19)
- clippy 0.1.84 (9fc6b43126 2025-01-07)
Annotations
Check warning on line 150 in src/runner.rs
github-actions / clippy
this lifetime isn't used in the function definition
warning: this lifetime isn't used in the function definition
--> src/runner.rs:150:32
|
150 | async fn crontab_scheduler<'e>(&self) -> Result<(), WorkerRuntimeError> {
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
= note: `#[warn(clippy::extra_unused_lifetimes)]` on by default
Check warning on line 56 in crates/migrations/src/sql/mod.rs
github-actions / clippy
the following explicit lifetimes could be elided: 'e
warning: the following explicit lifetimes could be elided: 'e
--> crates/migrations/src/sql/mod.rs:56:26
|
56 | pub async fn execute<'e>(
| ^^
57 | &self,
58 | tx: &mut Transaction<'e, Postgres>,
| ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `#[warn(clippy::needless_lifetimes)]` on by default
Loading