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

Replace duplicate() by try_clone() in std::net. #1013

Merged
merged 1 commit into from
Mar 25, 2015

Conversation

Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented Mar 25, 2015

The alleged implementation of this RFC in
rust-lang/rust#22015 included try_clone rather
than duplicate. This commit updates the approved RFC to match the actual
implementation.

The alleged implementation of this RFC in
<rust-lang/rust#22015> included `try_clone` rather
than `duplicate`. This commit updates the approved RFC to match the actual
implementation.
@Ms2ger
Copy link
Contributor Author

Ms2ger commented Mar 25, 2015

Fixes rust-lang/rust#23696

@alexcrichton
Copy link
Member

Oops, thanks!

alexcrichton added a commit that referenced this pull request Mar 25, 2015
Replace duplicate() by try_clone() in std::net.
@alexcrichton alexcrichton merged commit 67c2c29 into rust-lang:master Mar 25, 2015
@Centril Centril added the A-net Proposals relating to networking. label Nov 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-net Proposals relating to networking.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants