Skip to content

Commit

Permalink
Auto merge of rust-lang#13118 - lnicola:cleanup, r=lnicola
Browse files Browse the repository at this point in the history
minor: Remove unused UpdatesChannel type
  • Loading branch information
bors committed Aug 25, 2022
2 parents e3dc5a5 + 1061793 commit 6eb7689
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editors/code/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6eb7689

Please sign in to comment.