summaryrefslogtreecommitdiff
path: root/protocol/src/address.rs
diff options
context:
space:
mode:
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,
}