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 0de50ab commit 269197fCopy full SHA for 269197f
tokio-postgres/tests/test/parse.rs
@@ -1,5 +1,5 @@
1
use std::time::Duration;
2
-use tokio_postgres::{Config, TargetSessionAttrs};
+use tokio_postgres::config::{Config, TargetSessionAttrs};
3
4
fn check(s: &str, config: &Config) {
5
assert_eq!(s.parse::<Config>().expect(s), *config, "`{}`", s);
0 commit comments