Skip to content

Commit 52da5e3

Browse files
committed
fixup
1 parent 38505e4 commit 52da5e3

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
@@ -114,7 +114,7 @@ macro_rules! ensure_any {
114114
#[macro_export]
115115
macro_rules! bail_e {
116116
($($tt:tt)*) => {
117-
return ::core::result::Result::Err($crate::e!($($tt)*))
117+
return ::core::result::Result::Err($crate::e!($($tt)*).into())
118118
}
119119
}
120120

0 commit comments

Comments
 (0)