mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
fix: ci in release
This commit is contained in:
@@ -55,6 +55,7 @@ pub struct PendingConnection {
|
||||
}
|
||||
|
||||
impl PendingConnection {
|
||||
#[must_use]
|
||||
pub fn new(tcp_stream: TcpStream, address: SocketAddr, id: u64) -> Self {
|
||||
let (read, write) = tcp_stream.into_split();
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user