remove unneeded pub

This commit is contained in:
Luna Yao
2026-04-06 02:26:07 +02:00
parent b7edbad4b9
commit 2b3417d703
5 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ use std::time::Duration;
use tracing::instrument;
#[derive(Debug, Clone)]
pub struct DnsPeerInfo {
struct DnsPeerInfo {
digest: Vec<u8>,
zones: Vec<ZoneData>,
}