Skip to content

Commit

Permalink
chore: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Aug 27, 2024
1 parent 085ecf5 commit fdbfb00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jwt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pub struct Token {
/// the body (or payload) of the token
pub body: serde_json::Value,
/// the signature data of the token
#[allow(unused)]
pub signature: Vec<u8>,
}

Expand Down

0 comments on commit fdbfb00

Please sign in to comment.