1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

Fix conflict with derive_more

This commit is contained in:
Shayne Hartford 2024-11-23 00:09:01 -05:00
parent 95802e29fc
commit 00eb75df23

View file

@ -3,7 +3,6 @@ use std::{
fmt::Debug, fmt::Debug,
io, io,
net::SocketAddr, net::SocketAddr,
ops::Deref,
sync::Arc, sync::Arc,
time::{Duration, Instant}, time::{Duration, Instant},
}; };