summaryrefslogtreecommitdiff
path: root/crates/retry-error/src
Commit message (Collapse)AuthorAgeFilesLines
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
| | | | Closes #338.
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
|
* Merge branch 'readme_fixes'Nick Mathewson2021-11-301-16/+19
|\
| * Example needs to be the same as the readmedagon2021-11-301-16/+19
| |
* | add semicolons if nothing returnedDaniel Eades2021-11-251-4/+5
| |
* | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
|/
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+337
This will cause some pain for now, but now is really the best time to do this kind of thing.