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 dependency itertools enables its feature use_std by default resulting in compilation failure on no_std platform.
itertools
use_std
no_std
Need to add default-features = false for itertools of bilge-impl to fix the issue.
default-features = false
bilge-impl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The dependency
itertools
enables its featureuse_std
by default resulting in compilation failure onno_std
platform.Need to add
default-features = false
foritertools
ofbilge-impl
to fix the issue.The text was updated successfully, but these errors were encountered: