Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Feb 7, 2024
1 parent f9e6d0c commit f33f93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tcp_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn main() -> io::Result<()> {
for stream in listener.incoming() {
let mut stream = match stream {
Ok(stream) => stream,
Err(e) => {
Err(_) => {
continue;
}
};
Expand Down

0 comments on commit f33f93a

Please sign in to comment.