fix: implement error for error types

Fixes the failing doctests
This commit is contained in:
Callum Leslie 2025-09-02 21:56:53 +01:00
parent 33f6d33a15
commit 828c06e872
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
2 changed files with 8 additions and 1 deletions

View file

@ -14,5 +14,6 @@ categories = []
exclude = ["flake.nix", "flake.lock", ".envrc", "cliff.toml", "release-plz.toml", "rustfmt.toml", ".github"]
[dependencies]
thiserror = "2.0"
[lib]