diff options
Diffstat (limited to 'azalea-protocol/src/resolver.rs')
| -rwxr-xr-x | azalea-protocol/src/resolver.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/src/resolver.rs b/azalea-protocol/src/resolver.rs index b3455a59..26baf2f9 100755 --- a/azalea-protocol/src/resolver.rs +++ b/azalea-protocol/src/resolver.rs @@ -1,3 +1,5 @@ +//! Resolve IPs from hostnames. + use crate::ServerAddress; use async_recursion::async_recursion; use std::net::{IpAddr, SocketAddr}; |
