From 5b6893b310b14a1d73a97046affc2030226b83f7 Mon Sep 17 00:00:00 2001
From: Casey Rodarmor <casey@rodarmor.com>
Date: Mon, 25 Dec 2023 11:22:55 -0800
Subject: [PATCH] Placate clippy

---
 src/envelope.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/envelope.rs b/src/envelope.rs
index d2427f4891..01d37108e3 100644
--- a/src/envelope.rs
+++ b/src/envelope.rs
@@ -15,6 +15,7 @@ pub(crate) const PROTOCOL_ID: [u8; 3] = *b"ord";
 
 pub(crate) const BODY_TAG: [u8; 0] = [];
 pub(crate) const POINTER_TAG: [u8; 1] = [2];
+#[allow(unused)]
 pub(crate) const UNBOUND_TAG: [u8; 1] = [66];
 
 pub(crate) const CONTENT_TYPE_TAG: [u8; 1] = [1];