cargo fix
This commit is contained in:
@@ -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>> {
|
||||
|
Reference in New Issue
Block a user