### Fixed
- docs.rs build was failing: `#![feature(doc_auto_cfg)]` was merged into `doc_cfg` and removed as
of nightly nightly-2026-07 (rustc 1.92), which is what docs.rs builds with. Switched to
`#![feature(doc_cfg)]`, matching the fix `grixy` already made for the same reason.
(https://docs.rs/crate/ixy/latest/builds/3761903)