mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-05-05 06:02:13 +00:00
remove unused
This commit is contained in:
parent
84008d9565
commit
493839addc
@ -13,15 +13,6 @@ pub struct RefValueWrapper {
|
|||||||
data: TypeRefValue
|
data: TypeRefValue
|
||||||
}
|
}
|
||||||
|
|
||||||
impl RefValueWrapper {
|
|
||||||
pub fn try_unwrap(self) -> RefValue {
|
|
||||||
match Arc::try_unwrap(self.data) {
|
|
||||||
Ok(ref_value) => *ref_value,
|
|
||||||
Err(e) => panic!("{:?}", e)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl Eq for RefValueWrapper {}
|
impl Eq for RefValueWrapper {}
|
||||||
|
|
||||||
impl Deref for RefValueWrapper {
|
impl Deref for RefValueWrapper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user