mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 13:59:10 +00:00
Reorder imports in general_api.rs for clarity
This commit is contained in:
parent
9a0593ba55
commit
5d5c8af55f
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ use crate::{
|
|||
args::{ArgDns, ArgProxy},
|
||||
ArgVerbosity, Args,
|
||||
};
|
||||
use std::os::raw::{c_char, c_int, c_ushort};
|
||||
use shell_words::split;
|
||||
use std::os::raw::{c_char, c_int, c_ushort};
|
||||
static TUN_QUIT: std::sync::Mutex<Option<tokio_util::sync::CancellationToken>> = std::sync::Mutex::new(None);
|
||||
|
||||
/// # Safety
|
||||
|
|
Loading…
Add table
Reference in a new issue