housekeeping: linter
Some checks failed
ci/woodpecker/pr/server-audit Pipeline was successful
ci/woodpecker/pr/server-vet Pipeline failed
ci/woodpecker/pr/server-lint Pipeline failed
ci/woodpecker/pr/server-test Pipeline was successful

This commit is contained in:
hdbg
2026-03-11 14:51:03 +01:00
parent 9e92b168ba
commit 2b27da224e
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ pub mod types {
};
#[derive(Debug, FromSqlRow, AsExpression)]
#[sql_type = "Integer"]
#[diesel(sql_type = Integer)]
#[repr(transparent)] // hint compiler to optimize the wrapper struct away
pub struct SqliteTimestamp(pub DateTime<Utc>);
impl SqliteTimestamp {

View File

@@ -1,6 +1,6 @@
use alloy::primitives::{Address, Bytes, U256, address};
use chrono::{Duration, Utc};
use diesel::{ExpressionMethods, SelectableHelper, insert_into};
use diesel::{SelectableHelper, insert_into};
use diesel_async::RunQueryDsl;
use crate::db::{

View File

@@ -1,7 +1,7 @@
use alloy::primitives::{Address, Bytes, U256, address};
use alloy::sol_types::SolCall;
use chrono::{Duration, Utc};
use diesel::{ExpressionMethods, SelectableHelper, insert_into};
use diesel::{SelectableHelper, insert_into};
use diesel_async::RunQueryDsl;
use crate::db::{