fix warnings
This commit is contained in:
parent
748c62df83
commit
b974d2bb36
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