Merge pull request #299 from potocpav/params
Add (probably) forgotten type parameters ...
This commit is contained in:
commit
51e7d55b49
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue