Tweak docs

This commit is contained in:
Steven Fackler 2015-12-27 17:13:36 -07:00
parent c34fa5ccd8
commit 22f35c4aff

View File

@ -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),
}