Add missing clone derive

This commit is contained in:
Filip Tibell 2024-01-28 18:56:33 +01:00
parent 7b2e15c676
commit 81308b65e3
No known key found for this signature in database

View file

@ -35,6 +35,7 @@ Lua state runtime metadata was unexpectedly removed!\
/**
A runtime for running Lua threads and async tasks.
*/
#[derive(Clone)]
pub struct Runtime<'lua> {
lua: &'lua Lua,
queue_spawn: SpawnedThreadQueue,