summaryrefslogtreecommitdiff
path: root/crates/retry-error/src
Commit message (Expand)AuthorAgeFilesLines
...
* Style fixes to retry-error error messages.Nick Mathewson2022-06-221-3/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Fix sentencesSamanta Navarro2022-04-271-3/+3
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* retry-error: Handle integer overflowSamanta Navarro2022-04-231-3/+28
* Replace manual Clone impl with std derive in retry-errorIan Jackson2022-03-021-11/+1
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* 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