Skip to content

Commit fde35de

Browse files
committed
Remove std::net limitations from EDP doc comment
1 parent 6462dbc commit fde35de

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lightning-net/src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@
3535
//! - `std::thread::sleep_ms`
3636
//! - `std::thread::park_timeout`
3737
//! - `std::thread::park_timeout_ms`
38-
//! - `std::net::TcpStream::shutdown`
39-
//! - `std::net::TcpStream::connect_timeout`
40-
//! - `std::net::TcpStream::set_read_timeout`
41-
//! - `std::net::TcpStream::set_write_timeout`
42-
//! - `std::net::TcpStream::set_nodelay`
43-
//! - `std::net::TcpStream::set_ttl`
44-
//! - `std::net::TcpStream::set_nonblocking`
45-
//! - `std::net::TcpListener::set_nodelay`
46-
//! - `std::net::TcpListener::set_only_v6`
47-
//! - `std::net::TcpListener::set_nonblocking`
4838
//!
4939
//! These functions have varying degrees of compatibility with Fortanix EDP.
5040
//! See the [EDP docs](https://edp.fortanix.com/docs/concepts/rust-std/) for

0 commit comments

Comments
 (0)