From 28edef6a974aa9732fbfca650ecb3819389eac1e Mon Sep 17 00:00:00 2001 From: fzyzcjy Date: Sat, 13 Jan 2024 16:33:12 +0800 Subject: [PATCH] empty --- src/into_dart.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/into_dart.rs b/src/into_dart.rs index 19c39ac..1b8df95 100644 --- a/src/into_dart.rs +++ b/src/into_dart.rs @@ -235,7 +235,7 @@ macro_rules! dart_typed_data_type_trait_impl { vec_to_dart_native_external_typed_data(self) } } - + impl IntoDartExceptPrimitive for Vec<$rust_type> {} impl IntoDart for HashSet<$rust_type> {