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

Specialize nth_back (MSRV 1.37) #106

Merged
merged 2 commits into from
May 16, 2024
Merged

Specialize nth_back (MSRV 1.37) #106

merged 2 commits into from
May 16, 2024

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented May 16, 2024

The commented-out implementations of nth_back have had a TODO(MSRV) for a while, since that requires Rust 1.37. The main reason we held back on 1.36 was for itertools, but they've required 1.43 since itertools v0.11.0 published 6 months ago. I don't see any other functionality in that range that would be useful to either though, so we might as well stick to the minimal bump here.

@cuviper cuviper added this pull request to the merge queue May 16, 2024
Merged via the queue into rayon-rs:main with commit 1cea51a May 16, 2024
10 checks passed
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.

None yet

1 participant