Closed FreezyLemon closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.94%. Comparing base (
c866d42
) to head (656f1c7
). Report is 13 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for this, was wondering if there was a way to not manually include it as a note in the docstring.
This will add a note "Available on crate feature <...> only." to feature-gated structs, impls etc.
One random example of another crate that uses this is tokio. If you want to try it locally, you can run
and it should show that some distributions need
nalgebra
, and that the trait implementations forrand::Distribution
need the rand feature.