mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 19:34:16 +00:00
removed dead code
This commit is contained in:
parent
7797c59f18
commit
d8f0213316
1 changed files with 0 additions and 9 deletions
|
@ -172,15 +172,6 @@ export class Config {
|
|||
};
|
||||
}
|
||||
|
||||
get highlightRelated() {
|
||||
return {
|
||||
references: this.get<boolean>("highlightRelated.references"),
|
||||
exitPoints: this.get<boolean>("highlightRelated.exit_points"),
|
||||
breakPoints: this.get<boolean>("highlightRelated.exit_points"),
|
||||
yieldPoints: this.get<boolean>("highlightRelated.yield_points")
|
||||
};
|
||||
}
|
||||
|
||||
get currentExtensionIsNightly() {
|
||||
return this.package.releaseTag === NIGHTLY_TAG;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue