cargo fmt

This commit is contained in:
Alex Orlenko
2025-06-16 11:21:51 +01:00
parent 2e0e86dab2
commit 3ea80b763d
+1 -1
View File
@@ -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() {