fix warnings

This commit is contained in:
Felix Ableitner 2025-01-13 11:36:27 +01:00
parent c43ae9d5e3
commit ffe24b4250
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ where
}
#[cfg(feature = "diesel")]
const _IMPL_DIESEL_NEW_TYPE_FOR_COLLECTION_ID: () = {
const _: () = {
use diesel::{
backend::Backend,
deserialize::{FromSql, FromStaticSqlRow},

View file

@ -272,7 +272,7 @@ where
}
#[cfg(feature = "diesel")]
const _IMPL_DIESEL_NEW_TYPE_FOR_OBJECT_ID: () = {
const _: () = {
use diesel::{
backend::Backend,
deserialize::{FromSql, FromStaticSqlRow},