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
Somehow docs.rs is displaying all re-exported traits anyway. Eventhough they are marked as #[docs(hidden)]. We should figure out why and fix that. cargo doc --features full doesn't display them for me. So I'm not sure what's going on here.
- Do not import traits when building on `docs.rs` (fixes#276).
- Use `macro@` prefix for README intra-doc links to disambiguate them
with traits (fixes#278).
The result can be checked by running the command reproducing `docs.rs`
build nearly:
```bash
RUSTDOCFLAGS='--cfg docsrs' cargo rustdoc -p derive_more --features full --open
```
Additionally:
- fix crate version in README
Co-authored-by: Jelte Fennema <github-tech@jeltef.nl>
Somehow docs.rs is displaying all re-exported traits anyway. Eventhough they are marked as
#[docs(hidden)]
. We should figure out why and fix that.cargo doc --features full
doesn't display them for me. So I'm not sure what's going on here.Link to docs.rs: https://docs.rs/derive_more/1.0.0-beta.2/derive_more/index.html#traits
The text was updated successfully, but these errors were encountered: