useless_conversion

This commit is contained in:
Johann Hemmann 2024-01-22 01:31:50 +01:00
parent e7d0deac53
commit b73ee2f50d
7 changed files with 10 additions and 14 deletions

View file

@ -782,7 +782,7 @@ impl<'a> AssocItemCollector<'a> {
self.diagnostics.push(DefDiagnostic::macro_expansion_parse_error(
self.module_id.local_id,
error_call_kind(),
errors.into(),
errors,
));
}