We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f28d0e commit ef3c39bCopy full SHA for ef3c39b
sqlx-core/src/net/tls/mod.rs
@@ -153,7 +153,7 @@ where
153
#[cfg(feature = "_tls-native-tls")]
154
{
155
let _ = boxed_stream; // Use the variable to avoid warning
156
- return Err(Error::tls("No way to downgrade a native-tls stream, use rustls instead, or never disable tls"));
+ Err(Error::tls("No way to downgrade a native-tls stream, use rustls instead, or never disable tls"))
157
}
158
159
0 commit comments