Skip to content

Commit

Permalink
Don't warn about dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-NLnetLabs committed Mar 26, 2024
1 parent dda15e0 commit 6f46317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/net/stelline/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ impl std::fmt::Display for StellineErrorCause {

//----------- do_client_simple() ----------------------------------------------

#[allow(dead_code)]
pub async fn do_client_simple<R: SendRequest<RequestMessage<Vec<u8>>>>(
stelline: &Stelline,
step_value: &CurrStepValue,
Expand Down

0 comments on commit 6f46317

Please sign in to comment.