mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
Remove unused UpdatesChannel type
This commit is contained in:
parent
e3dc5a588f
commit
10617938b1
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@ import * as vscode from "vscode";
|
|||
import { Env } from "./client";
|
||||
import { log } from "./util";
|
||||
|
||||
export type UpdatesChannel = "stable" | "nightly";
|
||||
|
||||
export type RunnableEnvCfg =
|
||||
| undefined
|
||||
| Record<string, string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue