internal: Remove unnecessary Arc allocations in macro_expand

This commit is contained in:
Lukas Wirth 2024-01-03 14:55:39 +01:00
parent 426d2842c1
commit 3fc043ce9b
6 changed files with 40 additions and 19 deletions

View file

@ -6,6 +6,7 @@ import { type CommandFactory, Ctx, fetchWorkspace } from "./ctx";
import * as diagnostics from "./diagnostics";
import { activateTaskProvider } from "./tasks";
import { setContextValue } from "./util";
import type { JsonProject } from "./rust_project";
const RUST_PROJECT_CONTEXT_NAME = "inRustProject";