mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
cargo fmt
This commit is contained in:
+1
-1
@@ -766,7 +766,7 @@ impl RawLua {
|
||||
Some(WrappedFailure::Error(err)) => {
|
||||
ffi::lua_pop(ref_thread, 1);
|
||||
Value::Error(Box::new(err.clone()))
|
||||
},
|
||||
}
|
||||
Some(WrappedFailure::Panic(panic)) => {
|
||||
ffi::lua_pop(ref_thread, 1);
|
||||
if let Some(panic) = panic.take() {
|
||||
|
||||
Reference in New Issue
Block a user