Skip to content

Commit 7d1be73

Browse files
committed
update macro definition too
1 parent 675534c commit 7d1be73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ use postgres::error::{PgConnectDbError,
3838
CardinalityViolation};
3939
use postgres::types::{PgInt4, PgVarchar, ToSql};
4040

41-
macro_rules! or_fail(
41+
macro_rules! or_panic(
4242
($e:expr) => (
4343
match $e {
4444
Ok(ok) => ok,

0 commit comments

Comments
 (0)