Refactor away unnecessary Vec

This commit is contained in:
Brandon
2021-12-04 19:59:05 -08:00
parent 6005ea5440
commit de05c3d406
3 changed files with 7 additions and 7 deletions

View File

@@ -370,7 +370,7 @@ impl GlobalState {
Ok(file_id) => self.diagnostics.add_check_diagnostic(
file_id,
diag.diagnostic,
diag.fixes,
diag.fix,
),
Err(err) => {
tracing::error!(