We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b14a3 commit ec9adccCopy full SHA for ec9adcc
src/libstd/net/tcp.rs
@@ -52,7 +52,7 @@ pub struct TcpStream(net_imp::TcpStream);
52
/// // ...
53
/// }
54
///
55
-/// // accept connections and process them, spawning a new thread for each one
+/// // accept connections and process them
56
/// for stream in listener.incoming() {
57
/// match stream {
58
/// Ok(stream) => {
0 commit comments