-
Notifications
You must be signed in to change notification settings - Fork 70
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
Should std
feature imply rc
feature and vice-versa?
#266
Comments
I guess serde also has
|
Though, we may indeed enable |
it appears that A logical way to continue is to add such commentaries to [package.metadata.docs.rs]
features = ["derive", "unstable__schema"] # add "rc" here |
I'm not sure why these are separate. I think you can't enable
rc
withoutstd
and if you enablestd
then you also haveRc
andArc
whether you like it or not.Ideally
rc
would just get removed but enabling it as part ofstd
seems like the second best thing.The text was updated successfully, but these errors were encountered: