diff --git a/src/runtimes/ruby.rs b/src/runtimes/ruby.rs index 6c65b7a..195a4c3 100644 --- a/src/runtimes/ruby.rs +++ b/src/runtimes/ruby.rs @@ -386,9 +386,7 @@ impl Runtime for RubyRuntime { Vec, ) -> Result, crate::ScriptingError> - + Send - + Sync - + 'static, + + Send, >; static RUBY_CALLBACKS: LazyLock>> = LazyLock::new(|| Mutex::new(HashMap::new()));