diff options
| author | bors <bors@rust-lang.org> | 2022-08-25 19:00:07 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-08-25 19:00:07 +0000 |
| commit | 6eb76899217658921605db9d1d50fbfac6c15284 (patch) | |
| tree | 4cd2474142f3a9896a8379cd60647f98505d8557 | |
| parent | e3dc5a588f07d6f1d3a0f33051d4af26190abe9e (diff) | |
| parent | 10617938b1c9a0ee873762c6806483e0ead209f5 (diff) | |
| download | rust-6eb76899217658921605db9d1d50fbfac6c15284.tar.gz rust-6eb76899217658921605db9d1d50fbfac6c15284.zip | |
Auto merge of #13118 - lnicola:cleanup, r=lnicola
minor: Remove unused UpdatesChannel type
| -rw-r--r-- | editors/code/src/config.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/src/config.ts b/editors/code/src/config.ts index b83582a344a..07e899eb0aa 100644 --- a/editors/code/src/config.ts +++ b/editors/code/src/config.ts @@ -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> |
