refactor: avoid Pin hack

This commit is contained in:
2026-01-10 11:50:28 +08:00
parent fdda1ae682
commit 36ccc735f9
8 changed files with 158 additions and 134 deletions

View File

@@ -12,12 +12,11 @@ anyhow = "1.0"
rustyline = "14.0"
derive_more = { version = "2", features = ["full"] }
pin-project = "1"
thiserror = "2"
hashbrown = "0.16"
string-interner = "0.19"
thiserror = "2"
itertools = "0.14"
regex = "1.11"