You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.e. enable a feature on docs builds, that enabled the unstable doc_cfg feature, which allows you to add #[doc(cfg(...))] to any public item which is cfg-ed.
It does seem like there's some "trust" involved that this will work. I'm unable to get the docs.rs commands from their README to work locally to confirm that the changes actually do anything.
We have the docs building for all the public API.
This means that it is not immediately obvious that some
API bits are due to feature flags.
We should have a section in the doc of each item:
# Feature flags This thing requires the cargo feature "foo"
The text was updated successfully, but these errors were encountered: