summaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/parse
Commit message (Collapse)AuthorAgeFilesLines
* Fix/suppress a few more clippy lints in tests.Nick Mathewson2021-09-082-0/+2
| | | | | I'm alright with allowing cognitive-complexity violations in the tests.
* fix/silence clippy lints in test modulesDaniel Eades2021-09-082-8/+10
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-275-0/+1696
This will cause some pain for now, but now is really the best time to do this kind of thing.