-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
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
Naming of use_std feature #474
Comments
Funnily enough, I was using I think this can be done in a backwards compatible way, but we'd need to keep |
Personally I would rather have just one way to do it. Small api surface and all that. |
BurntSushi
added a commit
that referenced
this issue
Sep 2, 2019
We'll remove 'use_std' in regex 2, but keep it around for backward compatibility. Fixes #474
BurntSushi
added a commit
that referenced
this issue
Sep 2, 2019
We'll remove 'use_std' in regex 2, but keep it around for backward compatibility. Fixes #474
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The C-FEATURE guideline discourages calling a Cargo feature
"use_std"
. I would recommend"std"
instead.The text was updated successfully, but these errors were encountered: