This commit is contained in:
Antonio Scandurra 2023-04-11 14:53:08 +02:00
parent ac532cb6fa
commit 651a83977e
2 changed files with 6 additions and 6 deletions

View file

@ -1346,7 +1346,7 @@ impl LspCommand for GetCompletions {
async fn from_proto(
message: proto::GetCompletions,
project: ModelHandle<Project>,
_: ModelHandle<Project>,
buffer: ModelHandle<Buffer>,
mut cx: AsyncAppContext,
) -> Result<Self> {