mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 20:22:30 +00:00
remove unused comment
This commit is contained in:
parent
cea103e47c
commit
bbeb685769
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ actions!(lsp_status, [ShowErrorMessage]);
|
|||
|
||||
const DOWNLOAD_ICON: &str = "icons/download_12.svg";
|
||||
const WARNING_ICON: &str = "icons/triangle_exclamation_12.svg";
|
||||
const DONE_ICON: &str = "icons/circle_check_12.svg";
|
||||
|
||||
pub enum Event {
|
||||
ShowError { lsp_name: Arc<str>, error: String },
|
||||
|
|
Loading…
Reference in a new issue