fix(ci): rustfmt import order and gate Upstream import for Windows

This commit is contained in:
Razvan Dimescu
2026-04-15 04:11:27 +03:00
parent 9a0d586b13
commit fef43635d6
2 changed files with 5 additions and 6 deletions

View File

@@ -2,7 +2,9 @@ use std::net::SocketAddr;
use log::info;
use crate::forward::{Upstream, UpstreamPool};
#[cfg(any(target_os = "macos", target_os = "linux"))]
use crate::forward::Upstream;
use crate::forward::UpstreamPool;
fn print_recursive_hint() {
let is_recursive = crate::config::load_config("numa.toml")