Skip to content

Commit c6dc32a

Browse files
committed
fix: it's over
1 parent d169eb4 commit c6dc32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/src/systems/lan_pinger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub struct LanPinger {
1010
}
1111

1212
impl LanPinger {
13-
pub async fn new() -> Result<Self> {
13+
pub async fn new() -> std::io::Result<Self> {
1414
const ADDR: Ipv4Addr = Ipv4Addr::new(224, 0, 2, 60); // mojang's UDP multicast address
1515
const PORT: u16 = 4445;
1616

0 commit comments

Comments
 (0)