use newtype parttern for langauge server id

This commit is contained in:
Pascal Kuthe 2024-04-08 02:46:32 +02:00 committed by Blaž Hrastnik
parent d140072fdc
commit b834806dbc
17 changed files with 176 additions and 128 deletions

1
Cargo.lock generated
View file

@ -1393,6 +1393,7 @@ dependencies = [
"parking_lot",
"serde",
"serde_json",
"slotmap",
"thiserror",
"tokio",
"tokio-stream",