diff options
Diffstat (limited to 'azalea-client/src/ping.rs')
| -rwxr-xr-x | azalea-client/src/ping.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/ping.rs b/azalea-client/src/ping.rs index 289622b6..8acde7a5 100755 --- a/azalea-client/src/ping.rs +++ b/azalea-client/src/ping.rs @@ -23,7 +23,7 @@ pub enum PingError { #[error("{0}")] Connection(#[from] ConnectionError), #[error("{0}")] - ReadPacket(#[from] azalea_protocol::read::ReadPacketError), + ReadPacket(#[from] Box<azalea_protocol::read::ReadPacketError>), #[error("{0}")] WritePacket(#[from] io::Error), #[error("The given address could not be parsed into a ServerAddress")] |
