remove stray line

This commit is contained in:
Carson McManus 2021-08-10 20:54:29 -04:00
parent 5379e9572c
commit 51fea91577

View file

@ -571,7 +571,6 @@ fn test_login_response_parse_missing_webcookie() {
} }
#[derive(Debug, Clone, Deserialize)] #[derive(Debug, Clone, Deserialize)]
#[serde(transparent)]
pub struct SteamApiResponse<T> { pub struct SteamApiResponse<T> {
pub response: T, pub response: T,
} }