Skip to content

Commit 38505e4

Browse files
committed
fixup
1 parent 0424d0c commit 38505e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ macro_rules! format_err {
7474
macro_rules! ensure_e {
7575
($predicate:expr, $($tt:tt)*) => {
7676
if !$predicate {
77-
$crate::bail!($($tt)*)
77+
$crate::bail_e!($($tt)*)
7878
}
7979
};
8080
}

0 commit comments

Comments
 (0)