summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-masque-proxy/src/fragment.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-masque-proxy/src/fragment.rs b/mullvad-masque-proxy/src/fragment.rs
index 466eeda472..6dbee00a34 100644
--- a/mullvad-masque-proxy/src/fragment.rs
+++ b/mullvad-masque-proxy/src/fragment.rs
@@ -14,6 +14,7 @@ pub struct Fragments {
// When a packet that arrives is too small to be decoded.
#[derive(Debug)]
pub enum DefragError {
+ #[allow(dead_code)] // TODO: use this error or remove it.
BadContextId(Result<VarInt, h3::proto::coding::UnexpectedEnd>),
PayloadTooSmall,
}