Skip to content

Commit

Permalink
allow unused macro, could be useful
Browse files Browse the repository at this point in the history
  • Loading branch information
chunningham committed Apr 16, 2024
1 parent fc42ea1 commit 0c8f913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/header_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ impl TryFrom<Value> for X5Chain {
/// Simple macro for defining generic claims with implementations of
/// the Claim and From<> for serde_cbor::Value traits.
/// Custom value_type's must implement From<value_type> for serde_cbor::Value.
#[allow(unused_macros)]
macro_rules! define_header {
($name:ident, $value_type: ty, $key: expr) => {
#[derive(Clone, Debug, Deserialize, Serialize, PartialEq, PartialOrd, Eq, Ord, Hash)]
Expand Down

0 comments on commit 0c8f913

Please sign in to comment.