mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-19 17:50:42 +00:00
Remove unnecessary line
This commit is contained in:
@@ -78,8 +78,7 @@ impl<'de> Deserialize<'de> for Value {
|
||||
Ok(Value::F64(v))
|
||||
}
|
||||
|
||||
fn visit_bool<E>(self, v: bool) -> Result<Self::Value, E>
|
||||
where E: serde::de::Error {
|
||||
fn visit_bool<E>(self, v: bool) -> Result<Self::Value, E> {
|
||||
Ok(Value::Bool(v))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user