Skip to content

Commit

Permalink
Remove anonymous conversion from Value into ValueType
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Oct 6, 2021
1 parent b0cbaf2 commit ab66c9c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/msr-core/src/value/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,6 @@ impl ToValueType for Value {
}
}

impl From<&Value> for ValueType {
fn from(from: &Value) -> Self {
from.to_type()
}
}

impl<S> From<S> for Value
where
S: Into<ScalarValue>,
Expand Down

0 comments on commit ab66c9c

Please sign in to comment.