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
@GuillaumeGomez are there reasons for this project to use edition 2015? According to the Edition Guide:
if you're using Rust 2015, and one of your dependencies uses Rust 2018, it all works just fine. The opposite situation works as well.
And it also catches my eye when people still use that extern crate syntax in their examples...
extern crate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@GuillaumeGomez are there reasons for this project to use edition 2015?
According to the Edition Guide:
And it also catches my eye when people still use that
extern crate
syntax in their examples...The text was updated successfully, but these errors were encountered: