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

Deprecate methods replaced with versions in std #318

Merged
merged 5 commits into from
Nov 24, 2018
Merged

Conversation

bluss
Copy link
Member

@bluss bluss commented Nov 24, 2018

Deprecate methods and functions that now have a corresponding version in std. Note that direct conflicts like flatten have already been removed instead. These "renames" we can keep deprecated until the next version after this is released.

There's a mystery stray deprecation warning (Edit: this was resolved) in the crate's own compilation, and it doesn't have a location or file/line information. We haven't gotten quite to the bottom with that, yet. I can see it's not the glob imports inside src/lib.rs, at least.

warning: use of deprecated item 'adaptors::Step': Use std .step_by() instead

Cc #223

@bluss bluss merged commit 44c9654 into master Nov 24, 2018
@bluss bluss deleted the std-deprecations branch November 24, 2018 11:40
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

Successfully merging this pull request may close these issues.

1 participant