Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/net/client/tsig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ enum RequestState<K> {
/// the request prior to sending it, e.g. to assign a message ID or to add
/// EDNS options, and signing **MUST** be the last modification made to the
/// message prior to sending.
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct RequestMessage<CR, K>
where
CR: Send + Sync,
Expand Down