We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b779150 commit 3e4186aCopy full SHA for 3e4186a
tokio-postgres/src/stream.rs
@@ -47,7 +47,7 @@ pub fn connect(
47
#[cfg(not(unix))]
48
Host::Unix(_) => {
49
Either::B(
50
- Err(ConnectError::ConnectParams(
+ Err(error::connect(
51
"unix sockets are not supported on this \
52
platform"
53
.into(),
0 commit comments