Fix build

This commit is contained in:
2022-07-23 03:51:52 +00:00
committed by GitHub
parent e85fc0911c
commit 3f1a629135

View File

@@ -25,7 +25,7 @@ use std::net::Ipv4Addr;
#[cfg(feature = "server")]
use std::net::SocketAddr;
use std::ops::Deref;
#[cfg(feature = "server")]
#[cfg(any(feature = "server", feature = "ugoira"))]
use std::str::FromStr;
use std::sync::Arc;
use std::sync::RwLock;