remove unneccessary variable

This commit is contained in:
bitfl0wer 2023-04-15 17:09:42 +02:00
parent 992b803548
commit 77d5349231
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ impl LimitedRequester {
None => self.limits_rate.get(&limit_type).unwrap().reset,
};
let limits_clone = &self.limits_rate.clone();
let status = response.status();
let status_str = status.as_str();