mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
ci: ensure docs build (#1073)
Co-authored-by: xqft <estefano.bargas@fing.edu.uy> Co-authored-by: lambdaclass-user <github@lambdaclass.com>
This commit is contained in:
@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
|
||||
use crate::tree::LinkEntry;
|
||||
use std::{collections::HashSet, num::NonZeroUsize, time::Duration};
|
||||
|
||||
/// Settings for the [DnsDiscoveryClient](crate::DnsDiscoveryClient).
|
||||
/// Settings for the [DnsDiscoveryService](crate::DnsDiscoveryService).
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct DnsDiscoveryConfig {
|
||||
/// Timeout for DNS lookups.
|
||||
|
||||
@ -5,7 +5,7 @@ pub(crate) type ParseEntryResult<T> = Result<T, ParseDnsEntryError>;
|
||||
|
||||
pub(crate) type LookupResult<T> = Result<T, LookupError>;
|
||||
|
||||
/// Error while parsing a [DnsEntry]
|
||||
/// Error while parsing a [DnsEntry](crate::tree::DnsEntry)
|
||||
#[derive(thiserror::Error, Debug)]
|
||||
#[allow(missing_docs)]
|
||||
pub enum ParseDnsEntryError {
|
||||
|
||||
Reference in New Issue
Block a user