mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Dead code
This commit is contained in:
parent
6cc55e4c5c
commit
b8368f09b4
2 changed files with 2 additions and 18 deletions
|
@ -28,11 +28,11 @@ export class StatusDisplay implements vscode.Disposable {
|
|||
if (this.packageName) {
|
||||
this.statusBarItem!.text = `cargo ${this.command} [${
|
||||
this.packageName
|
||||
}] ${this.frame()}`;
|
||||
}] ${this.frame()}`;
|
||||
} else {
|
||||
this.statusBarItem!.text = `cargo ${
|
||||
this.command
|
||||
} ${this.frame()}`;
|
||||
} ${this.frame()}`;
|
||||
}
|
||||
}, 300);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue