Fixup
This commit is contained in:
parent
7c591049be
commit
1035bbb431
@ -20,6 +20,7 @@ pub fn it_impl_try_getable<T: TryGetable>() {}
|
|||||||
|
|
||||||
pub fn it_impl_try_from_u64<T: TryFromU64>() {}
|
pub fn it_impl_try_from_u64<T: TryFromU64>() {}
|
||||||
|
|
||||||
|
#[allow(unused_macros)]
|
||||||
macro_rules! it_impl_traits {
|
macro_rules! it_impl_traits {
|
||||||
( $ty: ty ) => {
|
( $ty: ty ) => {
|
||||||
it_impl_into_active_value::<$ty, $ty>();
|
it_impl_into_active_value::<$ty, $ty>();
|
||||||
@ -34,6 +35,7 @@ macro_rules! it_impl_traits {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[sea_orm_macros::test]
|
#[sea_orm_macros::test]
|
||||||
|
#[cfg(feature = "sqlx-dep")]
|
||||||
fn main() {
|
fn main() {
|
||||||
it_impl_traits!(i8);
|
it_impl_traits!(i8);
|
||||||
it_impl_traits!(i16);
|
it_impl_traits!(i16);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user