We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bc1ff commit 4b6838dCopy full SHA for 4b6838d
1 file changed
test.rs
@@ -45,7 +45,7 @@ fn test_pool() {
45
let pool = PostgresConnectionPool::new("postgres://postgres@localhost",
46
NoSsl, 2);
47
48
- let (stream1, stream2) = DuplexStream::<(), ()>();
+ let (stream1, stream2) = DuplexStream::<(), ()>::new();
49
50
let pool1 = pool.clone();
51
let mut fut1 = do Future::spawn {
0 commit comments