compiletest: drop dependency on anyhow
Currently `compiletest` panics all over the place but doesn't really use `anyhow` anyway. I'd like to introduce some more principled error handling and disciplined diagnostic reporting in the near future.
This commit is contained in:
parent
3dec37f1cc
commit
603685cd74
3 changed files with 5 additions and 8 deletions
|
@ -676,7 +676,6 @@ name = "compiletest"
|
|||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anstyle-svg",
|
||||
"anyhow",
|
||||
"build_helper",
|
||||
"colored",
|
||||
"diff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue