Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Feb 17, 2025
1 parent 45098df commit fda612f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zebra-rpc/src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,7 @@ impl Default for GetInfo {

impl GetInfo {
/// Constructs [`GetInfo`] from its constituent parts.
#[allow(clippy::too_many_arguments)]
pub fn from_parts(
version: u64,
build: String,
Expand Down

0 comments on commit fda612f

Please sign in to comment.