Skip to content

Commit 22f35c4

Browse files
committed
Tweak docs
1 parent c34fa5c commit 22f35c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub enum ConnectTarget {
108108
Tcp(String),
109109
/// Connect via a Unix domain socket in the specified directory.
110110
///
111-
/// Only available on Unix platforms with the `unix_socket` feature.
111+
/// Requires the `unix_socket` feature.
112112
#[cfg(feature = "unix_socket")]
113113
Unix(PathBuf),
114114
}

0 commit comments

Comments
 (0)