chore: eliminate Result::unwrap

This commit is contained in:
2026-02-14 16:26:15 +08:00
parent 795742e3d8
commit ad5d047c01
13 changed files with 187 additions and 113 deletions

View File

@@ -59,6 +59,7 @@ rowan = "0.16"
nix-js-macros = { path = "../nix-js-macros" }
ere = "0.2.4"
num_enum = "0.7.5"
tap = "1.0.1"
[dev-dependencies]
criterion = { version = "0.8", features = ["html_reports"] }