We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaee864 commit 6d473d6Copy full SHA for 6d473d6
src/de.rs
@@ -79,7 +79,7 @@ impl ObjectAccess {
79
}
80
81
82
-fn str_deserializer(s: &str) -> de::value::StrDeserializer<Error> {
+fn str_deserializer(s: &str) -> de::value::StrDeserializer<'_, Error> {
83
de::IntoDeserializer::into_deserializer(s)
84
85
0 commit comments