cargo fix

This commit is contained in:
Timur Gordon
2025-09-09 17:55:44 +02:00
parent 24fb72e932
commit 0c4d36248a
5 changed files with 3 additions and 64 deletions

View File

@@ -4,7 +4,6 @@ use std::panic;
use std::path::Path;
use rhai::{Engine, Dynamic};
use runner_rust::AsyncRunner;
/// Recursively collect all .rhai files from a directory and its subdirectories
fn collect_rhai_files(dir: &Path, files: &mut Vec<std::path::PathBuf>) -> Result<(), Box<dyn std::error::Error>> {