Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: When building for docs.rs, add feature flag info
When docs.rs builds docs, it builds with nightly Rust and the cfg `docsrs` set. We can trigger on `cfg(docsrs)` to enable an unstable nightly feature to show which features are required to enable something in the generated docs.
- Loading branch information