Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: enable nightly-only docsrs (#76)
See rust-lang/rust#43781. This enables infoboxes like "Available on crate feature XXX only." in the documentation generated using `cargo doc` on nightly, or by building on docs.rs. This can be tested with: ```shell RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --no-deps --all-features ```
- Loading branch information