Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Sep 15, 2022
1 parent 7c59104 commit 1035bbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/type_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub fn it_impl_try_getable<T: TryGetable>() {}

pub fn it_impl_try_from_u64<T: TryFromU64>() {}

#[allow(unused_macros)]
macro_rules! it_impl_traits {
( $ty: ty ) => {
it_impl_into_active_value::<$ty, $ty>();
Expand All @@ -34,6 +35,7 @@ macro_rules! it_impl_traits {
}

#[sea_orm_macros::test]
#[cfg(feature = "sqlx-dep")]
fn main() {
it_impl_traits!(i8);
it_impl_traits!(i16);
Expand Down

0 comments on commit 1035bbb

Please sign in to comment.