1 2 3 4 5 6
// nothing we can do about this as it's upstream #![allow(clippy::result_large_err)] pub mod dns; pub use dns::Dns;