fix: Cargo clippy

This commit is contained in:
MystiPanda
2023-12-21 16:49:21 +08:00
parent c36425fd3a
commit bfb7ff88d9
4 changed files with 5 additions and 6 deletions

View File

@@ -4,9 +4,8 @@ mod merge;
mod script;
mod tun;
pub(self) use self::field::*;
use self::chain::*;
use self::field::*;
use self::merge::*;
use self::script::*;
use self::tun::*;