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

std: Stabilize BufRead::split #23769

Merged
merged 1 commit into from
Mar 28, 2015
Merged

Conversation

alexcrichton
Copy link
Member

Now that <[_]>::split is an inherent method, it will trump BufRead::split
when BufRead is in scope, so there is no longer a conflict. As a result,
calling slice.split() will probably always give you precisely what you want!

Now that `<[_]>::split` is an inherent method, it will trump `BufRead::split`
when `BufRead` is in scope, so there is no longer a conflict. As a result,
calling `slice.split()` will probably always give you precisely what you want!
@rust-highfive
Copy link
Collaborator

r? @aturon

(rust_highfive has picked a reviewer for you, use r? to override)

@aturon
Copy link
Member

aturon commented Mar 27, 2015

@bors: r+ e71221f

@alexcrichton
Copy link
Member Author

also cc @japaric, this is fallout from your awesomeness

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Mar 27, 2015
Now that `<[_]>::split` is an inherent method, it will trump `BufRead::split`
when `BufRead` is in scope, so there is no longer a conflict. As a result,
calling `slice.split()` will probably always give you precisely what you want!
@bors bors merged commit e71221f into rust-lang:master Mar 28, 2015
@alexcrichton alexcrichton deleted the stabilize-split branch March 28, 2015 02:05
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.

4 participants