* Thank you! I've seen this as well but as far as i underststand things here, it should be sufficient to add ```rust #![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))] ``` in `lib.rs` and generate docs with ``` $ RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features ```