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
onig
cargo build --no-default-features fails with unresolved import onig. If this isn't an optional feature, let's not mark it as such.
cargo build --no-default-features
unresolved import onig
The text was updated successfully, but these errors were encountered:
According to #1202
either it or fancy-regex is required
However
cargo build --no-default-features --features=fancy-regex
Also fails
Sorry, something went wrong.
No branches or pull requests
cargo build --no-default-features
fails withunresolved import onig
.If this isn't an optional feature, let's not mark it as such.
The text was updated successfully, but these errors were encountered: