aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/src/error_sources.rs
Commit message (Collapse)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
| | | | | | | | | | | | This commit executes maint/add_warning with the just added change to deny string slices except in tests. I recommend auditing this by checking out the previous commit followed by running the script yourself and then verifying that the diff is identical to this commit. This commit makes cargo clippy fail. We will add exceptions in the next commit.
* tor-basic-utils: Simplify ErrorSources iterator.Nick Mathewson2026-02-161-10/+2
|
* tor-basic-utils: Add utility to iterate over error sourcesRobert Bartlensky2026-02-141-0/+112