chore: Fix `clippy`

This commit is contained in:
Dmitry Dygalo 2023-03-16 08:43:49 +01:00
parent 63494600b8
commit 1ae6be9eb8
No known key found for this signature in database
GPG Key ID: AE7D12BE93BD417F
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ pub(crate) mod tests_util {
.expect("Should be a valid schema")
.validate(instance)
.expect_err(format!("{} should not be valid", instance).as_str())
.into_iter()
.map(|e| e.to_string())
.collect::<Vec<String>>(),
errors