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

Remove enabling a "playground" feature #327

Merged
merged 1 commit into from
May 12, 2018
Merged

Remove enabling a "playground" feature #327

merged 1 commit into from
May 12, 2018

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented May 12, 2018

The "playground" feature is superseded by Cargo.toml custom metadata from #326.

The last of the top 100 crates still using this feature is uuid. I have a PR open in uuid-rs/uuid#224 to move them to custom metadata. I don't think we need to wait for them because the playground feature doesn't do what they want anyway. The features were enabled during transitive dependency resolution but not in the Cargo.toml generated by top-crates. For example see this playground which shows uuid's "serde" feature not enabled despite being listed as a playground feature here.

The "playground" feature is superseded by Cargo.toml custom metadata.

Method::Required {
dev_deps: false,
features: Box::leak(Box::new(features)),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whew, that was in there for too long!

@shepmaster
Copy link
Member

Thank you!

@shepmaster shepmaster merged commit 345a95a into rust-lang:master May 12, 2018
@shepmaster shepmaster added the maintenance Keeping the wheels turning label May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Keeping the wheels turning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants