From 51fea91577b9cf47dc9039a50cbcb58d3de4019c Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Tue, 10 Aug 2021 20:54:29 -0400 Subject: [PATCH] remove stray line --- steamguard/src/steamapi.rs | 1 - 1 file changed, 1 deletion(-) 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, }