Merge pull request #299 from potocpav/params

Add (probably) forgotten type parameters ...
This commit is contained in:
Yuji Kanagawa 2018-12-05 21:07:07 +09:00 committed by GitHub
commit 51e7d55b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ macro_rules! pyobject_native_type_convert(
}
}
impl $crate::typeob::PyObjectAlloc for $name {}
impl<$($type_param,)*> $crate::typeob::PyObjectAlloc for $name {}
impl<$($type_param,)*> $crate::typeob::PyTypeCreate for $name {
#[inline]