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