-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
In the public API for regorus in docs.rs, display that certain API is available only if a specific feature is available.
For example, https://docs.rs/regorus/latest/regorus/struct.Engine.html#method.get_coverage_report does not list that coverage
feature is necessary for this API.
There has been an attempt to make this work:
Line 165 in 56bd884
# RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps |
@mkulke What is the right way to do this?
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation