mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
fix import on mastersrv
This commit is contained in:
parent
c5401b8607
commit
5cfec69fad
|
@ -272,6 +272,7 @@ impl<'de> serde::Deserialize<'de> for RegisterAddr {
|
||||||
mod test {
|
mod test {
|
||||||
use super::Addr;
|
use super::Addr;
|
||||||
use super::Protocol;
|
use super::Protocol;
|
||||||
|
use super::RegisterAddr;
|
||||||
use std::net::IpAddr;
|
use std::net::IpAddr;
|
||||||
use std::str::FromStr;
|
use std::str::FromStr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue