Skip to content

Commit

Permalink
chore: ignore one clippy lint
Browse files Browse the repository at this point in the history
Signed-off-by: ljedrz <[email protected]>
  • Loading branch information
ljedrz committed Jul 6, 2023
1 parent df112a2 commit 65d000e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ impl Start {
}

/// Returns the CDN to prefetch initial blocks from, from the given configurations.
#[allow(clippy::if_same_then_else)]
fn parse_cdn(&self) -> Option<String> {
// Disable CDN if:
// 1. The node is in development mode.
Expand Down

0 comments on commit 65d000e

Please sign in to comment.