We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b183d04 commit 7d262f0Copy full SHA for 7d262f0
embedded-nal-async/src/dns.rs
@@ -18,7 +18,7 @@ pub trait Dns {
18
19
/// Resolve the first ip address of a host, given its hostname and a desired
20
/// address record type to look for
21
- async fn get_host_by_name<'m>(
+ async fn get_host_by_name(
22
&self,
23
host: &str,
24
addr_type: AddrType,
0 commit comments