Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdbfb00

Browse files
committedAug 27, 2024·
chore: remove warning
1 parent 085ecf5 commit fdbfb00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/jwt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub struct Token {
5757
/// the body (or payload) of the token
5858
pub body: serde_json::Value,
5959
/// the signature data of the token
60+
#[allow(unused)]
6061
pub signature: Vec<u8>,
6162
}
6263

0 commit comments

Comments
 (0)
Please sign in to comment.