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

@ -5,6 +5,7 @@ import * as vscode from "vscode";
import type { Env } from "./client";
import { log } from "./util";
import { expectNotUndefined, unwrapUndefinable } from "./undefinable";
import type { JsonProject } from "./rust_project";
export type RunnableEnvCfgItem = {
mask?: string;