We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a dependency is optional it will not be picked up in the root dependencies cause this is not taking the [package.metadata.docs.rs] into account:
[package.metadata.docs.rs]
docs.rs/src/utils/cargo_metadata.rs
Line 52 in 78bbded
Example: it has chrono active, but no --extern-html-root-url for it: https://docs.rs/crate/rusqlite/0.24.1/builds/301100
chrono
--extern-html-root-url
The text was updated successfully, but these errors were encountered:
-Z rustdoc-map
Successfully merging a pull request may close this issue.
If a dependency is optional it will not be picked up in the root dependencies cause this is not taking the
[package.metadata.docs.rs]
into account:docs.rs/src/utils/cargo_metadata.rs
Line 52 in 78bbded
Example: it has
chrono
active, but no--extern-html-root-url
for it: https://docs.rs/crate/rusqlite/0.24.1/builds/301100The text was updated successfully, but these errors were encountered: