Skip to content

Commit 2de8eca

Browse files
committed
Fix readme
1 parent 2863b2e commit 2de8eca

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
@@ -26,7 +26,7 @@ struct Person {
2626
}
2727

2828
fn main() {
29-
let conn = Connection::connect("postgres://postgres@localhost", &SslMode::None)
29+
let conn = Connection::connect("postgres://postgres@localhost", SslMode::None)
3030
.unwrap();
3131

3232
conn.execute("CREATE TABLE person (

0 commit comments

Comments
 (0)