Minor cleanup

This commit is contained in:
Erick Tryzelaar
2015-07-29 13:46:45 -07:00
parent d2fef27721
commit 49fa208242
6 changed files with 17 additions and 15 deletions
+1 -2
View File
@@ -42,8 +42,7 @@ impl serde::Serializer for BytesSerializer {
fn visit_enum_simple<T>(&mut self,
_name: &str,
_variant: &str,
_value: T,
) -> Result<(), Error>
_value: T) -> Result<(), Error>
{
Err(Error)
}