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

Optimize str::each_split_within when it is called with large limits #7475

Merged
merged 1 commit into from
Jun 30, 2013

Conversation

Seldaek
Copy link
Contributor

@Seldaek Seldaek commented Jun 29, 2013

I almost got locked out of my machine because I misunderstood the purpose of the function and called it with a limit of uint::max_value, which turned this function into an almost endless loop.

bors added a commit that referenced this pull request Jun 30, 2013
I almost got locked out of my machine because I misunderstood the purpose of the function and called it with a limit of uint::max_value, which turned this function into an almost endless loop.
@bors bors closed this Jun 30, 2013
@bors bors merged commit 647b4a6 into rust-lang:master Jun 30, 2013
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.

3 participants