summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/chancell
Commit message (Collapse)AuthorAgeFilesLines
* add semicolons if nothing returnedDaniel Eades2021-11-251-5/+5
|
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-4/+4
|
* enable checked_conversions lint.Nick Mathewson2021-10-091-6/+19
|
* Document every macro.Nick Mathewson2021-09-071-1/+2
| | | | | (The nightly version of clippy now includes macros for its missing_docs_in_private_items lint.)
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-272-0/+1243
This will cause some pain for now, but now is really the best time to do this kind of thing.