clippy fixes

This commit is contained in:
Robin Appelman 2026-07-11 20:39:23 +02:00
commit 27a4f9fc38

View file

@ -223,8 +223,7 @@ impl PatchMaterial {
_ => { _ => {
return Err(VdfError::from(UnknownError::from( return Err(VdfError::from(UnknownError::from(
"included vdf doesn't look like a material", "included vdf doesn't look like a material",
)) )))
.into())
} }
}; };
for (key, value) in self.replace.iter() { for (key, value) in self.replace.iter() {