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 94670a6 commit c0f5622Copy full SHA for c0f5622
src/de/mod.rs
@@ -444,7 +444,7 @@ impl<'de: 'a, 'a> de::Deserializer<'de> for &'a mut Deserializer<'de> {
444
visitor.visit_map(StructInternalAccess::new(&mut self, lex_name.unwrap_or("")))
445
}
446
447
- fn deserialize_ignored_any<V>(mut self, visitor: V) -> Result<<V as Visitor<'de>>::Value, Self::Error> where
+ fn deserialize_ignored_any<V>(self, _visitor: V) -> Result<<V as Visitor<'de>>::Value, Self::Error> where
448
V: Visitor<'de> {
449
unimplemented!("Ignoring items currently not supported.")
450
0 commit comments