fix: remove clone from response models
This commit is contained in:
parent
a3e3269fb3
commit
6251ec1bd9
10 changed files with 176 additions and 174 deletions
|
|
@ -82,7 +82,7 @@ pub enum ExtractionError {
|
|||
#[error("got wrong result from YT: {0}")]
|
||||
WrongResult(String),
|
||||
#[error("Warnings during deserialization/mapping")]
|
||||
Warnings,
|
||||
DeserializationWarnings,
|
||||
}
|
||||
|
||||
/// Internal error
|
||||
|
|
|
|||
Reference in a new issue