summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/parse/rules.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-11/+14
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Move around the modules inside tor-netdoc.Nick Mathewson2020-09-291-0/+203
This change just gives them a more logical breakdown into parsing, documents, and misc other types.