mirror of
https://codeberg.org/icewind/vmt-parser.git
synced 2026-08-02 12:24:46 +02:00
clippy fixes
This commit is contained in:
parent
c9c3164dbf
commit
27a4f9fc38
1 changed files with 1 additions and 2 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue