Skip to content

Commit

Permalink
fix: #[allow(dead_code)] for WithRetry
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-idx-admin committed Jul 30, 2024
1 parent 038bd8b commit 7f5a95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/boundary_node/ic_boundary/src/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ impl<T: Run> Run for WithMetrics<T> {
}
}

#[cfg(feature = "tls")]
#[allow(dead_code)]
pub struct WithRetry<T>(
pub T,
pub Duration, // attempt_interval
Expand Down

0 comments on commit 7f5a95d

Please sign in to comment.