pyo3/newsfragments/4228.changed.md
liammcinroy b4b780b475
Allow module= attribute in complex enum variants (#4228)
* Allow module= attribute in complex enum variants

* stderr test update

* towncrier

* inherit `module`, rather than specifying everywhere.

* clippy fix
2024-06-03 07:57:04 +00:00

2 lines
114 B
Markdown

Changed the `module` option for complex enum variants to inherit from the value set on the complex enum `module`.