Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
esemeniuc authored and 0xdeafbeef committed Jul 2, 2024
1 parent 07aec42 commit 4698a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ impl<'de> Deserialize<'de> for JsonRpcRequest {
}
}

#[derive(Debug)]
#[derive(Clone, Debug)]
/// Parses a JSON-RPC request, and returns the request ID, the method name, and the parameters.
/// If the request is invalid, returns an error.
/// ```rust
Expand Down

0 comments on commit 4698a24

Please sign in to comment.