diff --git a/src/data.rs b/src/data.rs index 53e4b6e..9617c74 100644 --- a/src/data.rs +++ b/src/data.rs @@ -60,7 +60,7 @@ impl Value { v.push(format!("{}:{}", json!(key), value.to_json()?)); } Ok(format!("{{{}}}", v.join(","))) - }, + } _ => err!(CESRError::Conversion("cannot convert to string".to_string())), } }