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

@@ -1,15 +1,15 @@
[no-exit-message]
@repl:
RUST_LOG=none cargo run --bin repl
cargo run --bin repl
[no-exit-message]
@eval expr:
RUST_LOG=none cargo run --bin eval -- '{{expr}}'
cargo run --bin eval -- '{{expr}}'
[no-exit-message]
@replr:
RUST_LOG=none cargo run --bin repl --release
cargo run --bin repl --release
[no-exit-message]
@evalr expr:
RUST_LOG=none cargo run --bin eval --release -- '{{expr}}'
cargo run --bin eval --release -- '{{expr}}'