Skip to content

Commit 7d1be73

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.rs

+1-1
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)