Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Disallow dead code for Parameters.subscription_token
Browse files Browse the repository at this point in the history
  • Loading branch information
0rzech committed Mar 12, 2024
1 parent e63b6c2 commit d2aac76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/subscriptions_confirm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ async fn confirm(

#[derive(Deserialize)]
struct Parameters {
#[allow(dead_code)]
subscription_token: String,
}

Expand Down

0 comments on commit d2aac76

Please sign in to comment.