Skip to content

Commit

Permalink
make configuration clonable
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Mar 8, 2024
1 parent fc35a26 commit 49a9ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/retry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct Inner<Scheme: SignatureScheme, ProtocolType: Protocol> {
}

/// The configuration needed to construct a `Retry` connection.
#[derive(Builder)]
#[derive(Builder, Clone)]
pub struct Config<Scheme: SignatureScheme, ProtocolType: Protocol> {
/// This is the remote address that we authenticate to. It can either be a broker
/// or a marshal.
Expand Down

0 comments on commit 49a9ae4

Please sign in to comment.