mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Make clippy happy
This commit is contained in:
+1
-1
@@ -2870,7 +2870,7 @@ impl Lua {
|
||||
let _sg = StackGuard::new(state);
|
||||
assert_stack(state, 1);
|
||||
let extra = extra_data(state)?;
|
||||
let inner = &*(*extra.get()).inner.as_ref().unwrap();
|
||||
let inner = (*extra.get()).inner.as_ref().unwrap();
|
||||
Some(Lua(Arc::clone(inner)))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user