Skip to content

Commit 04e2806

Browse files
authored
Update into_dart.rs
1 parent d11a1ec commit 04e2806

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/into_dart.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,10 @@ where
403403
}
404404
}
405405

406-
impl<T, const N: usize> IntoDartExceptPrimitive for [T; N] where T: IntoDartExceptPrimitive {}
406+
impl<T, const N: usize> IntoDartExceptPrimitive for [T; N] where
407+
T: IntoDartExceptPrimitive
408+
{
409+
}
407410

408411
impl<T> IntoDart for Option<T>
409412
where

0 commit comments

Comments
 (0)