Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Jan 15, 2024
1 parent 84238bd commit 4c35a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azalea-client/src/raw_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub enum WritePacketError {
},
#[error(transparent)]
Encoding(#[from] azalea_protocol::write::PacketEncodeError),
#[error(transparent)]
#[error("io error")]
Io,
}

Expand Down

0 comments on commit 4c35a8a

Please sign in to comment.