aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove many needless borrows and slicesIan Jackson2022-02-021-1/+1
| | | | | | | Found via clippy::needless_borrow. In some cases I removed needless `[..]` too. See also: needless_borrow suggestion doesn't go far enough https://github.com/rust-lang/rust-clippy/issues/8389
* fix/silence clippy lints in test modulesDaniel Eades2021-09-082-2/+2
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-274-0/+1180
This will cause some pain for now, but now is really the best time to do this kind of thing.