> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 0.47.9 **`(fix):`** An undiscriminated union with a single member no longer emits an unreachable `_ => None` arm in its `as_*` / `into_*` accessors. That arm produced an `unreachable_patterns` warning in the generated crate, which blocks users who publish with `-D warnings`.