fix: code lint

This commit is contained in:
huzibaca
2024-09-24 20:11:33 +08:00
parent f82b0f259c
commit 54296ba84a
3 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ fn test_script() {
let config = serde_yaml::from_str(config).unwrap();
let (config, results) = use_script(script.into(), config, "".to_string()).unwrap();
let config_str = serde_yaml::to_string(&config).unwrap();
let _ = serde_yaml::to_string(&config).unwrap();
dbg!(results);
}