Skip to content

Commit

Permalink
fix new lints (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Jul 17, 2024
1 parent c2a72fe commit 28c7a79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steamguard/src/api_responses/login.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use serde::Deserialize;

#[derive(Debug, Clone, Deserialize)]
#[allow(dead_code)]
pub struct OAuthData {
pub oauth_token: String,
pub steamid: String,
Expand Down

0 comments on commit 28c7a79

Please sign in to comment.