Skip to content

Fix the build #71

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

Merged
merged 1 commit into from
Nov 6, 2014
Merged

Fix the build #71

merged 1 commit into from
Nov 6, 2014

Conversation

steveklabnik
Copy link
Contributor

src/io.rs:79:13: 79:50 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
src/io.rs:79             tcp::TcpStream::connect(host[], port).map(TcpStream),
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is now fixed.

src/io.rs:79:13: 79:50 error: this function takes 1 parameter but 2 parameters were supplied [E0061]
src/io.rs:79             tcp::TcpStream::connect(host[], port).map(TcpStream),
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

This is now fixed.
@steveklabnik
Copy link
Contributor Author

Hm. Travis failed with a failure I don't get...

sfackler added a commit that referenced this pull request Nov 6, 2014
@sfackler sfackler merged commit e99a3c6 into sfackler:master Nov 6, 2014
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.

2 participants