Skip to content

Commit 8f448dc

Browse files
committed
Fix clippy warning
1 parent 9c65e4d commit 8f448dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structs/dns.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub enum Record {
108108
Unknown,
109109
}
110110

111-
impl<'a> From<dns_parser::RData<'a>> for Record {
111+
impl From<dns_parser::RData<'_>> for Record {
112112
fn from(rdata: dns_parser::RData) -> Record {
113113
use dns_parser::RData::*;
114114

0 commit comments

Comments
 (0)