mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 12:46:07 +00:00
Merge branch 'main' into git-gutter
This commit is contained in:
commit
0f1d71c38f
1 changed files with 2 additions and 1 deletions
|
@ -1743,7 +1743,8 @@ impl Server {
|
|||
});
|
||||
Ok(())
|
||||
}
|
||||
async fn get_private_user_info(
|
||||
|
||||
async fn get_private_user_info(
|
||||
self: Arc<Self>,
|
||||
request: TypedEnvelope<proto::GetPrivateUserInfo>,
|
||||
response: Response<proto::GetPrivateUserInfo>,
|
||||
|
|
Loading…
Reference in a new issue