nits and rebase fallout

This commit is contained in:
Oliver 'ker' Schneider
2015-07-23 18:37:26 +02:00
committed by Oliver Schneider
parent 24787195a1
commit 8f8fc6f3ff
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -767,7 +767,7 @@ impl<'a> de::VariantVisitor for VariantDeserializer<'a> {
}
}
fn visit_map<V>(&mut self, visitor: V) -> Result<V::Value, Error>
fn visit_map<V>(&mut self, _fields: &'static[&'static str], visitor: V) -> Result<V::Value, Error>
where V: de::Visitor,
{
if let Value::Object(fields) = self.val.take().unwrap() {