Skip to content

Commit 269197f

Browse files
committed
Fix build
1 parent 0de50ab commit 269197f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-postgres/tests/test/parse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use std::time::Duration;
2-
use tokio_postgres::{Config, TargetSessionAttrs};
2+
use tokio_postgres::config::{Config, TargetSessionAttrs};
33

44
fn check(s: &str, config: &Config) {
55
assert_eq!(s.parse::<Config>().expect(s), *config, "`{}`", s);

0 commit comments

Comments
 (0)