We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebbb2bf commit 0113cacCopy full SHA for 0113cac
src/libstd/net/tcp.rs
@@ -70,7 +70,7 @@ pub struct TcpStream(net_imp::TcpStream);
70
/// // ...
71
/// }
72
///
73
-/// fn main() -> io::Result<()> {
+/// fn main() -> std::io::Result<()> {
74
/// let listener = TcpListener::bind("127.0.0.1:80")?;
75
76
/// // accept connections and process them serially
0 commit comments