Skip to content

Commit

Permalink
Fix cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Sep 12, 2023
1 parent 041d513 commit 7326510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion commons/zenoh-util/src/std_only/net/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ use async_std::net::TcpStream;
use std::net::{IpAddr, Ipv6Addr};
use std::time::Duration;
use zenoh_core::zconfigurable;
use zenoh_result::{bail, zerror, ZResult};
#[cfg(unix)]
use zenoh_result::zerror;
use zenoh_result::{bail, ZResult};

zconfigurable! {
static ref WINDOWS_GET_ADAPTERS_ADDRESSES_BUF_SIZE: u32 = 8192;
Expand Down

0 comments on commit 7326510

Please sign in to comment.