Skip to content

Commit 58d0c57

Browse files
committed
Use deserialize_str instead of deserialize_string
1 parent 72f38cf commit 58d0c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trivial_impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ impl<'a, Static: StaticAtomSet> Deserialize<'a> for Atom<Static> {
114114
}
115115
}
116116

117-
deserializer.deserialize_string(AtomVisitor(PhantomData))
117+
deserializer.deserialize_str(AtomVisitor(PhantomData))
118118
}
119119
}

0 commit comments

Comments
 (0)