diff --git a/src/r_array.rs b/src/r_array.rs index 0b3f884e..83ef1b61 100644 --- a/src/r_array.rs +++ b/src/r_array.rs @@ -1675,6 +1675,8 @@ where } } +unsafe impl IntoValueFromNative for Vec where T: IntoValueFromNative {} + #[cfg(feature = "old-api")] impl FromIterator for RArray where