diff options
author | Ilan Joselevich <personal@ilanjoselevich.com> | 2024-09-07T19·29+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-09-25T18·18+0000 |
commit | c1e69e260dc9025e7c1ff04131f336cd45ca72e9 (patch) | |
tree | a531f875d3dd8d1cde0caca5d96e83b615801807 /tvix/Cargo.lock | |
parent | 1bdf5c0c118020e897d8810df7a4e70c613e3c7f (diff) |
feat(tvix/eval): Use thiserror for ErrorKind and CatchableErrorKind r/8713
thiserror is much more easier to maintain than manually implementing Error and Display. Change-Id: Ibf13e2d8a96fba69c8acb362b7515274a593dfd6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12452 Reviewed-by: flokli <flokli@flokli.de> Autosubmit: Ilan Joselevich <personal@ilanjoselevich.com> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r-- | tvix/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 7f92e885c3d1..96562e9f2f7a 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -4612,6 +4612,7 @@ dependencies = [ "tabwriter", "tempfile", "test-strategy", + "thiserror", "toml 0.6.0", "tvix-eval-builtin-macros", "vu128", |