Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
error: remove StringError from Debug output
Seeing `StringError("something something")` in debug output can cause someone to think there was an error dealing with `String`s, not that the error type is just a string. So, remove that noise.
- Loading branch information