mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-05-20 01:18:52 +00:00
fix warnings
This commit is contained in:
parent
c43ae9d5e3
commit
ffe24b4250
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "diesel")]
|
#[cfg(feature = "diesel")]
|
||||||
const _IMPL_DIESEL_NEW_TYPE_FOR_COLLECTION_ID: () = {
|
const _: () = {
|
||||||
use diesel::{
|
use diesel::{
|
||||||
backend::Backend,
|
backend::Backend,
|
||||||
deserialize::{FromSql, FromStaticSqlRow},
|
deserialize::{FromSql, FromStaticSqlRow},
|
||||||
|
|
|
@ -272,7 +272,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "diesel")]
|
#[cfg(feature = "diesel")]
|
||||||
const _IMPL_DIESEL_NEW_TYPE_FOR_OBJECT_ID: () = {
|
const _: () = {
|
||||||
use diesel::{
|
use diesel::{
|
||||||
backend::Backend,
|
backend::Backend,
|
||||||
deserialize::{FromSql, FromStaticSqlRow},
|
deserialize::{FromSql, FromStaticSqlRow},
|
||||||
|
|
Loading…
Reference in a new issue