fix #398
This commit is contained in:
parent
6c58766243
commit
7564f76051
|
@ -191,7 +191,7 @@ where
|
||||||
|
|
||||||
impl<T> IntoPyObject for Vec<T>
|
impl<T> IntoPyObject for Vec<T>
|
||||||
where
|
where
|
||||||
T: IntoPyObject + ToPyObject,
|
T: IntoPyObject,
|
||||||
{
|
{
|
||||||
fn into_object(self, py: Python) -> PyObject {
|
fn into_object(self, py: Python) -> PyObject {
|
||||||
unsafe {
|
unsafe {
|
||||||
|
|
Loading…
Reference in New Issue