From 22f35c4aff2705d6e1b3e434d46f41ff216462fe Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 27 Dec 2015 17:13:36 -0700 Subject: [PATCH] Tweak docs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 04b0e2c6..ff58d2d1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -108,7 +108,7 @@ pub enum ConnectTarget { Tcp(String), /// Connect via a Unix domain socket in the specified directory. /// - /// Only available on Unix platforms with the `unix_socket` feature. + /// Requires the `unix_socket` feature. #[cfg(feature = "unix_socket")] Unix(PathBuf), }