Skip to content

Commit

Permalink
merp
Browse files Browse the repository at this point in the history
  • Loading branch information
silverjam committed Jul 12, 2023
1 parent 13f8cc3 commit dc41f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/sbp/src/json/ser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ where
/// Serialize the given message as a JSON byte vector.
pub fn to_value<M>(msg: &M) -> Result<serde_json::Value, JsonError>
where
M: SbpMessage + Serialize + WireFormat + Clone,
M: SbpMessage + Serialize,
{
let mut frame = BytesMut::with_capacity(BUFLEN);
let mut payload = String::with_capacity(BUFLEN);
Expand Down

0 comments on commit dc41f68

Please sign in to comment.