From 4a1ec068fc13393e249853403085be6958a807a4 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 11 Nov 2022 21:04:18 +0000 Subject: improved docs --- azalea-protocol/src/resolver.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-protocol/src/resolver.rs') 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}; -- cgit v1.2.3