Store buffer's diagnostic sets in a smallvec
This commit is contained in:
parent
960a2bc589
commit
32c57bcd22
18 changed files with 37 additions and 28 deletions
|
@ -21,7 +21,7 @@ workspace = { path = "../workspace" }
|
|||
db = { path = "../db" }
|
||||
procinfo = { git = "https://github.com/zed-industries/wezterm", rev = "5cd757e5f2eb039ed0c6bb6512223e69d5efc64d", default-features = false }
|
||||
terminal = { path = "../terminal" }
|
||||
smallvec = { version = "1.6", features = ["union"] }
|
||||
smallvec = { workspace = true }
|
||||
smol = "1.2.5"
|
||||
mio-extras = "2.0.6"
|
||||
futures = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue