mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Remove outDirOverrides
This commit is contained in:
parent
f84deffd72
commit
e154132c91
3 changed files with 0 additions and 15 deletions
|
@ -23,7 +23,6 @@ export interface CargoFeatures {
|
|||
allFeatures: boolean;
|
||||
features: string[];
|
||||
loadOutDirsFromCheck: boolean;
|
||||
outDirOverrides: Record<string, string>;
|
||||
}
|
||||
|
||||
export const enum UpdatesChannel {
|
||||
|
@ -222,7 +221,6 @@ export class Config {
|
|||
allFeatures: this.cfg.get("cargoFeatures.allFeatures") as boolean,
|
||||
features: this.cfg.get("cargoFeatures.features") as string[],
|
||||
loadOutDirsFromCheck: this.cfg.get("cargoFeatures.loadOutDirsFromCheck") as boolean,
|
||||
outDirOverrides: this.cfg.get("cargoFeatures.outDirOverrides") as Record<string, string>,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue