summaryrefslogtreecommitdiff
path: root/protocol/src/address.rs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-19 14:30:43 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-19 14:30:43 +0800
commit01e2a21c7e0bf660dbf7b14acfcf1ff3c47d6416 (patch)
tree829a8112ccfaac5768b925216eff4480a1796ca7 /protocol/src/address.rs
parent59c16e41007257a91455eced7ca132344e202e5f (diff)
Add `#[allow(dead_code)]` to target_address and reorganize modules
Diffstat (limited to 'protocol/src/address.rs')
-rw-r--r--protocol/src/address.rs1
1 files changed, 1 insertions, 0 deletions
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<Protocol>,
/// Address of the target upstream machine
+ #[allow(dead_code)]
target_address: String,
}