This commit is contained in:
Lucas Nogueira 2025-10-14 08:35:24 -03:00
parent e32108a453
commit bfa2964114
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

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())
}
}