summaryrefslogtreecommitdiff
path: root/tor-socksproto/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+1
| | | | | | | | These lints force us to declare our exported enums and exhaustive-looking structs as non-exhaustive (so that we can add to them in the future without breaking our API) or to explicitly disable the warning for a given enum/struct (to say that we _intend_ for additions to be a breaking change).
* Document tor-socksprotoNick Mathewson2020-11-041-0/+15
|
* rename tor_socks -> tor_socksproto.Nick Mathewson2020-11-041-0/+29