Skip to content
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

The stable feature seems backwards #212

Closed
Lokathor opened this issue Jul 28, 2019 · 1 comment
Closed

The stable feature seems backwards #212

Lokathor opened this issue Jul 28, 2019 · 1 comment

Comments

@Lokathor
Copy link
Contributor

With the current setup, the stable feature allows you to build the crate on stable, and removing it adds some speed boosts but requires nightly. However, once a dependency is flipped no by any crate in the graph, all crates get that feature on, so features should be purely additive whenever possible.

Accordingly, the meaning should be flipped around: stable is default, and unstable intrinsic usage is enabled with a feature flag being turned on if the user wants that boost.

@Lokathor
Copy link
Contributor Author

Closed by #224

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant