Skip to content

Commit 7d262f0

Browse files
Ulf Lilleengeneldruin
Ulf Lilleengen
authored andcommitted
remove unused lifetime specifier
1 parent b183d04 commit 7d262f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-nal-async/src/dns.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub trait Dns {
1818

1919
/// Resolve the first ip address of a host, given its hostname and a desired
2020
/// address record type to look for
21-
async fn get_host_by_name<'m>(
21+
async fn get_host_by_name(
2222
&self,
2323
host: &str,
2424
addr_type: AddrType,

0 commit comments

Comments
 (0)