This commit is contained in:
Alex Orlenko
2024-10-19 11:49:40 +01:00
parent e122f90837
commit 08545224f4
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -689,7 +689,7 @@ impl<'a> SerializableValue<'a> {
}
#[cfg(feature = "serialize")]
impl<'a> Serialize for SerializableValue<'a> {
impl Serialize for SerializableValue<'_> {
fn serialize<S>(&self, serializer: S) -> StdResult<S::Ok, S::Error>
where
S: Serializer,