Skip to content

Commit b8874f2

Browse files
committed
Bump submodule versions
1 parent c5abe8c commit b8874f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ In addition, `PostgresConnection` has a utility `execute` method which is useful
121121
if a statement is only going to be executed once:
122122
```rust
123123
let updates = conn.execute("UPDATE foo SET bar = $1 WHERE baz = $2",
124-
[&1i32 as &ToSql, & &"biz" as &ToSql]);
124+
[&1i32 as &ToSql, & &"biz" as &ToSql]);
125125
println!("{} rows were updated", updates);
126126
```
127127

submodules/rust-phf

Submodule rust-phf updated from 34da3b9 to 6af5440

0 commit comments

Comments
 (0)