mirror of
https://github.com/actix/actix-web.git
synced 2024-12-21 07:36:43 +00:00
Remove descriptions about undefined uds
feature from docs (#1356)
This commit is contained in:
parent
9b3f7248a8
commit
6ab7cfa2be
1 changed files with 0 additions and 4 deletions
|
@ -443,8 +443,6 @@ where
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
/// Start listening for unix domain connections on existing listener.
|
/// Start listening for unix domain connections on existing listener.
|
||||||
///
|
|
||||||
/// This method is available with `uds` feature.
|
|
||||||
pub fn listen_uds(
|
pub fn listen_uds(
|
||||||
mut self,
|
mut self,
|
||||||
lst: std::os::unix::net::UnixListener,
|
lst: std::os::unix::net::UnixListener,
|
||||||
|
@ -483,8 +481,6 @@ where
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
/// Start listening for incoming unix domain connections.
|
/// Start listening for incoming unix domain connections.
|
||||||
///
|
|
||||||
/// This method is available with `uds` feature.
|
|
||||||
pub fn bind_uds<A>(mut self, addr: A) -> io::Result<Self>
|
pub fn bind_uds<A>(mut self, addr: A) -> io::Result<Self>
|
||||||
where
|
where
|
||||||
A: AsRef<std::path::Path>,
|
A: AsRef<std::path::Path>,
|
||||||
|
|
Loading…
Reference in a new issue