We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2863b2e commit 2de8ecaCopy full SHA for 2de8eca
1 file changed
README.md
@@ -26,7 +26,7 @@ struct Person {
26
}
27
28
fn main() {
29
- let conn = Connection::connect("postgres://postgres@localhost", &SslMode::None)
+ let conn = Connection::connect("postgres://postgres@localhost", SslMode::None)
30
.unwrap();
31
32
conn.execute("CREATE TABLE person (
0 commit comments