| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | retry-error: Attempts must be AsRef<dyn Error>; print their sources | Ian Jackson | 2023-07-19 | 1 | -0/+1 |
| | | | | | | | | | The effect is that everywhere a RetryError is used, the error sources for the contained errors will be Display'd. In tor-hsclient we no longer need to explicitly wrap things up in tor_error::Report. | ||||
| * | retry-error: Provide fmt_error_with_sources in retry-error | Ian Jackson | 2023-07-19 | 1 | -0/+1 |
| This code came from tor-error. So now tor-error depends on retry-error. | |||||
