Skip to content

Commit 6dd62d8

Browse files
committed
Fix typo in README example
1 parent 6409c9e commit 6dd62d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ single pool can be shared across tasks and `get_connection` will block until a
174174
connection is available.
175175
```rust
176176
let pool = PostgresConnectionPool::new("postgres://postgres@localhost",
177-
&NoSsl, 5);
177+
NoSsl, 5);
178178

179179
for _ in range(0, 10) {
180180
let pool = pool.clone();

0 commit comments

Comments
 (0)