Skip to content

Commit

Permalink
Nit: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eelanagaraj committed Feb 12, 2024
1 parent d89dffc commit 6dd0bf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cwt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ impl TryFrom<BTreeMap<Value, Value>> for ClaimsSet {
type Error = Error;

fn try_from(m: BTreeMap<Value, Value>) -> Result<Self, Self::Error> {
// Ensure keys are valid
let mut claims_set = ClaimsSet::default();

for (k, v) in m.iter() {
Expand Down

0 comments on commit 6dd0bf6

Please sign in to comment.