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

@@ -54,7 +54,7 @@ fn test_merge() -> anyhow::Result<()> {
let merge = serde_yaml::from_str::<Mapping>(merge)?;
let config = serde_yaml::from_str::<Mapping>(config)?;
let result = serde_yaml::to_string(&use_merge(merge, config))?;
let _ = serde_yaml::to_string(&use_merge(merge, config))?;
Ok(())
}