Skip to content

Commit 537203d

Browse files
committed
Bump rust-phf version
1 parent 0aec726 commit 537203d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,10 +743,10 @@ fn test_custom_notice_handler() {
743743
let conn = PostgresConnection::connect("postgres://postgres@localhost?client_min_messages=NOTICE", &NoSsl);
744744
conn.set_notice_handler(~Handler as ~PostgresNoticeHandler);
745745
conn.execute("CREATE FUNCTION pg_temp.note() RETURNS INT AS $$
746-
BEGIN
746+
BEGIN
747747
RAISE NOTICE 'note';
748748
RETURN 1;
749-
END; $$ LANGUAGE plpgsql", []);
749+
END; $$ LANGUAGE plpgsql", []);
750750
conn.execute("SELECT pg_temp.note()", []);
751751

752752
assert_eq!(unsafe { count }, 1);

submodules/rust-phf

Submodule rust-phf updated from 6af5440 to 25d1640

0 commit comments

Comments
 (0)