Finish implementing Db::update_project
This commit is contained in:
parent
42bb5f0e9f
commit
3e8fcb04f7
6 changed files with 22 additions and 68 deletions
|
@ -144,7 +144,6 @@ messages!(
|
|||
(PrepareRename, Background),
|
||||
(PrepareRenameResponse, Background),
|
||||
(ProjectEntryResponse, Foreground),
|
||||
(ProjectUpdated, Foreground),
|
||||
(RemoveContact, Foreground),
|
||||
(ReloadBuffers, Foreground),
|
||||
(ReloadBuffersResponse, Foreground),
|
||||
|
@ -261,7 +260,6 @@ entity_messages!(
|
|||
OpenBufferByPath,
|
||||
OpenBufferForSymbol,
|
||||
PerformRename,
|
||||
ProjectUpdated,
|
||||
PrepareRename,
|
||||
ReloadBuffers,
|
||||
RemoveProjectCollaborator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue