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 unused feature gates #18579

Merged
merged 5 commits into from Sep 21, 2017
Merged

Remove unused feature gates #18579

merged 5 commits into from Sep 21, 2017

Commits on Sep 20, 2017

  1. Remove unnecessary 'stmt_expr_attributes' feature flag

    mbrubeck committed Sep 20, 2017
  2. Remove unused 'unboxed_closures' feature flag

    mbrubeck committed Sep 20, 2017
  3. Stop using unstable 'unique' feature

    The `Unique` wrapper was only needed to provide the `Sync` trait.
    mbrubeck committed Sep 20, 2017

Commits on Sep 21, 2017

  1. Split feature gates into lines for easy grepping

    mbrubeck committed Sep 21, 2017
You can’t perform that action at this time.