From 3ea80b763d6c349bd4d05dbd044c6a39d2562cdd Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Mon, 16 Jun 2025 11:21:51 +0100 Subject: [PATCH] cargo fmt --- src/state/raw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/raw.rs b/src/state/raw.rs index 0eb964c..7fcb371 100644 --- a/src/state/raw.rs +++ b/src/state/raw.rs @@ -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() {