This commit is contained in:
Quaternions 2024-01-22 20:28:04 -08:00
parent 97286612b7
commit 48ab23bae5

View File

@ -585,7 +585,7 @@ impl std::fmt::Display for PropertiesOverride{
writeln!(f,"--! Properties.ClassName=\"{}\"",class_name)?;
}
Ok(())
}
}
}
fn sanitize<'a>(s:&'a str)->std::borrow::Cow<'a,str>{