Skip to content

Commit

Permalink
Placate clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 25, 2023
1 parent 1f4cb3a commit 9a16bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/envelope.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 9a16bb8

Please sign in to comment.