fix test
This commit is contained in:
parent
a8d7d3ccfd
commit
0af1608fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ impl ServerBuilder {
|
|||
/// let mut listener = ts.listen(Network::Tcp, ":1999").unwrap();
|
||||
///
|
||||
/// // accept connections and process them serially
|
||||
/// for stream in listener.incoming() {
|
||||
/// for stream in listener {
|
||||
/// handle_client(stream?);
|
||||
/// }
|
||||
/// Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue