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
Not sure if this was intentional, but the nightly Travis build generates the docs without the nightly features enabled:
- cargo doc --no-deps after_success: | [ "$TRAVIS_RUST_VERSION" = nightly ] &&
I don't know if we want to host the stable docs or the nightly docs, but the configuration should be changed to the following, regardless:
- cargo doc --no-deps $FEATURES
The text was updated successfully, but these errors were encountered:
ah-aaaa right we don't have stability features... I guess I would publish the nightly docs...? Gonna cause confusion though.
Sorry, something went wrong.
I'll leave it to you to decide, but we should at least build the docs with the correct features. I'll edit the file directly.
No branches or pull requests
Not sure if this was intentional, but the nightly Travis build generates the docs without the nightly features enabled:
I don't know if we want to host the stable docs or the nightly docs, but the configuration should be changed to the following, regardless:
- cargo doc --no-deps $FEATURES
The text was updated successfully, but these errors were encountered: