From 01e2a21c7e0bf660dbf7b14acfcf1ff3c47d6416 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 19 Mar 2026 14:30:43 +0800 Subject: Add `#[allow(dead_code)]` to target_address and reorganize modules --- protocol/src/address.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol/src/address.rs') diff --git a/protocol/src/address.rs b/protocol/src/address.rs index ab49df4..60cc17c 100644 --- a/protocol/src/address.rs +++ b/protocol/src/address.rs @@ -10,6 +10,7 @@ where _p: PhantomData, /// Address of the target upstream machine + #[allow(dead_code)] target_address: String, } -- cgit