fix extends param
This commit is contained in:
parent
bce5100dc3
commit
3be3af4121
|
@ -36,7 +36,7 @@ pub struct Foo2;
|
|||
unsendable,
|
||||
gc,
|
||||
subclass,
|
||||
extends = ::pyo3::types::PyDict,
|
||||
extends = ::pyo3::types::PyAny,
|
||||
module = "Spam"
|
||||
)]
|
||||
pub struct Bar {
|
||||
|
|
Loading…
Reference in New Issue