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
At https://docs.rs/rust-releases/0.16.0/rust_releases/#using-rust-releases At Example using rust-releases + implemented source(s) as feature Mistakenly, the last s in rust-releases-$RUST_RELEASES_SOURCE is missing
Example using rust-releases + implemented source(s) as feature
s
rust-releases-$RUST_RELEASES_SOURCE
given:
features = ["rust-release-$RUST_RELEASES_SOURCE"]
should be:
features = ["rust-releases-$RUST_RELEASES_SOURCE"]
Same for example.
TODO:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At https://docs.rs/rust-releases/0.16.0/rust_releases/#using-rust-releases
At
Example using rust-releases + implemented source(s) as feature
Mistakenly, the last
s
inrust-releases-$RUST_RELEASES_SOURCE
is missinggiven:
should be:
Same for example.
TODO:
The text was updated successfully, but these errors were encountered: