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 declarations #1027

Merged
merged 1 commit into from Jun 26, 2018
Merged

Conversation

bradjc
Copy link
Contributor

@bradjc bradjc commented Jun 25, 2018

Pull Request Overview

This pull request cleans up some #![feature()] declarations that are not needed.

Testing Strategy

This pull request was tested by compiling, but travis will be a good check.

TODO or Help Wanted

n/a

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make formatall.

#![feature(
asm, concat_idents, const_fn, const_cell_new, try_from, core_intrinsics, iterator_step_by
)]
#![feature(asm, const_fn, core_intrinsics, iterator_step_by)]
Copy link
Member

@niklasad1 niklasad1 Jun 25, 2018

Choose a reason for hiding this comment

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

Is not step_by is stabilized now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not with this nightly, but I can try on a new nightly.

Copy link
Member

@niklasad1 niklasad1 Jun 25, 2018

Choose a reason for hiding this comment

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

Sorry, looked at the wrong release will definitely be in 1.28.0 but it was merged 23 days ago and should be available soon I guess!

niklasad1
niklasad1 previously approved these changes Jun 26, 2018
@niklasad1 niklasad1 added needs-rebase P-Upkeep This a relatively minor change, or one that is limited in scope, and requires less scrutiny. labels Jun 26, 2018
alevy
alevy previously approved these changes Jun 26, 2018
@bradjc bradjc dismissed stale reviews from alevy and niklasad1 via 7055b69 June 26, 2018 21:56
@ppannuto ppannuto merged commit f9d097d into master Jun 26, 2018
@ppannuto ppannuto deleted the remove-unneeded-features branch June 26, 2018 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-Upkeep This a relatively minor change, or one that is limited in scope, and requires less scrutiny.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants