Commit 761ff4e
committed
Fix the build
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.1 parent 8ffc761 commit 761ff4e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments