diff --git a/steamguard/src/steamapi.rs b/steamguard/src/steamapi.rs index d44c69a..22cb78d 100644 --- a/steamguard/src/steamapi.rs +++ b/steamguard/src/steamapi.rs @@ -571,7 +571,6 @@ fn test_login_response_parse_missing_webcookie() { } #[derive(Debug, Clone, Deserialize)] -#[serde(transparent)] pub struct SteamApiResponse { pub response: T, }