mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-01-13 12:07:10 +01:00
Remove unused import
This commit is contained in:
parent
35c71aba64
commit
610842abac
@ -6,7 +6,7 @@ use std::num::NonZeroU32;
|
|||||||
|
|
||||||
mod dns;
|
mod dns;
|
||||||
|
|
||||||
pub use crate::config::dns::{DnsConfig, DnsProtocol, DnsResolverConfig};
|
pub use crate::config::dns::{DnsConfig, DnsResolverConfig};
|
||||||
|
|
||||||
#[derive(Deserialize, Default, Clone)]
|
#[derive(Deserialize, Default, Clone)]
|
||||||
pub struct EchoIpServiceConfig {
|
pub struct EchoIpServiceConfig {
|
||||||
|
Loading…
Reference in New Issue
Block a user