events: Remove unnecessary qualification
This commit is contained in:
parent
3b0afb520a
commit
44a998f70d
@ -459,7 +459,7 @@ pub struct UnsignedDeHelper {
|
|||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
pub fn from_raw_json_value<'a, T, E>(val: &'a RawJsonValue) -> Result<T, E>
|
pub fn from_raw_json_value<'a, T, E>(val: &'a RawJsonValue) -> Result<T, E>
|
||||||
where
|
where
|
||||||
T: de::Deserialize<'a>,
|
T: Deserialize<'a>,
|
||||||
E: de::Error,
|
E: de::Error,
|
||||||
{
|
{
|
||||||
serde_json::from_str(val.get()).map_err(E::custom)
|
serde_json::from_str(val.get()).map_err(E::custom)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user