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
the buildscript shouldn't be needed anymore, right now it's only used for doc_cfg, I should be able to bump msrv to get the other nightly gate: https://github.com/Emilgardis/twitch_api2/blob/8861142c4504f23393170fa577ab3a855c23a6cc/src/lib.rs#L3
doc_cfg
nightly
This should improve build time.
I can make docs.rs and CI set --cfg nightly and document how to use it when building local docs.
--cfg nightly
The text was updated successfully, but these errors were encountered:
2758e44
Successfully merging a pull request may close this issue.
the buildscript shouldn't be needed anymore, right now it's only used for
doc_cfg
, I should be able to bump msrv to get the othernightly
gate:https://github.com/Emilgardis/twitch_api2/blob/8861142c4504f23393170fa577ab3a855c23a6cc/src/lib.rs#L3
This should improve build time.
I can make docs.rs and CI set
--cfg nightly
and document how to use it when building local docs.The text was updated successfully, but these errors were encountered: