This commit is contained in:
Sebastian Köln 2019-03-15 15:54:14 +01:00
parent 6c58766243
commit 7564f76051
1 changed files with 1 additions and 1 deletions

View File

@ -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 {