We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea9b95 commit c3a3312Copy full SHA for c3a3312
services/shellchat/src/cmds/net_cmd.rs
@@ -13,7 +13,6 @@ use std::sync::{Arc, Mutex};
13
use std::time::{Duration, Instant};
14
use std::thread;
15
use std::sync::mpsc;
16
-use dns::Dns; // necessary to work around https://github.com/rust-lang/rust/issues/94182
17
#[cfg(feature="ditherpunk")]
18
use std::str::FromStr;
19
@@ -27,7 +26,7 @@ use perflib::*;
27
26
pub struct NetCmd {
28
callback_id: Option<u32>,
29
callback_conn: u32,
30
- dns: Dns,
+ dns: dns::Dns,
31
#[cfg(any(feature="precursor", feature="renode"))]
32
ping: Option<net::Ping>,
33
#[cfg(feature="tls")]
0 commit comments