Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcfdc66f

Browse files
committed
refactor: pub use sslnegotiation
1 parent9441ce1 commitcfdc66f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎postgres/src/config.rs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ use std::str::FromStr;
1010
use std::sync::Arc;
1111
use std::time::Duration;
1212
use tokio::runtime;
13-
use tokio_postgres::config::SslNegotiation;
1413
#[doc(inline)]
1514
pubuse tokio_postgres::config::{
16-
ChannelBinding,Host,LoadBalanceHosts,SslMode,TargetSessionAttrs,
15+
ChannelBinding,Host,LoadBalanceHosts,SslMode,SslNegotiation,TargetSessionAttrs,
1716
};
1817
use tokio_postgres::error::DbError;
1918
use tokio_postgres::tls::{MakeTlsConnect,TlsConnect};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp