[fix] remove warning

This commit is contained in:
ddidderr 2024-11-15 11:56:22 +01:00
parent dcee3d55b2
commit 89e3565806
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14

View File

@ -2,7 +2,7 @@ use std::{
collections::HashSet,
fs::File,
net::SocketAddr,
path::{self, Path, PathBuf},
path::{Path, PathBuf},
sync::Arc,
};