Skip to content

Commit

Permalink
fix clippy for rust 1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Sep 3, 2024
1 parent 4564d92 commit 3535d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cln_plugin/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ pub(crate) enum JsonRpc<N, R> {
/// 1) If we have an `id` then it is a request
///
/// 2) Otherwise it's a notification that doesn't require a
/// response.
/// response.
///
/// Furthermore we distinguish between the built-in types and the
/// custom user notifications/methods:
///
/// 1) We either match a built-in type above,
///
/// 2) Or it's a custom one, so we pass it around just as a
/// `serde_json::Value`
/// `serde_json::Value`
impl<'de, N, R> Deserialize<'de> for JsonRpc<N, R>
where
N: Deserialize<'de> + Debug,
Expand Down

0 comments on commit 3535d3d

Please sign in to comment.