This commit is contained in:
Lucas Nogueira
2025-10-14 08:35:24 -03:00
parent e32108a453
commit bfa2964114

View File

@@ -64,7 +64,7 @@ impl Serialize for GlobPattern {
where
S: Serializer,
{
serializer.serialize_str(&self.0.as_str())
serializer.serialize_str(self.0.as_str())
}
}