Skip to content

Commit

Permalink
Fixe warnings for rust 1.79 (#757)
Browse files Browse the repository at this point in the history
A couple warnings popped up with the latest Rust version, this fixes two
of them.
  • Loading branch information
paulgb authored Jun 25, 2024
1 parent e9a3f01 commit 682bbe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions plane/src/dns/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use trust_dns_server::proto::op::ResponseCode;
#[derive(Debug)]
pub struct DnsError {
pub code: ResponseCode,
#[allow(unused)] // appears when debug-logged
pub message: String,
}

Expand Down

0 comments on commit 682bbe4

Please sign in to comment.